style: add missing semicolon
Some checks failed
Build / build (push) Failing after 29s

This commit is contained in:
Corban-Lee Jones 2025-05-11 18:22:55 +01:00
parent 1d1f7005ed
commit dc0a4a9be0

View File

@ -412,7 +412,7 @@ const loadEditModalData = async (id: number) => {
channelSelect.setValue(feed.channels.map(channel => channel.channel_id));
filterSelect.setValue(feed.filters.map(filter => `${filter.id}`));
styleSelect.setValue(`${feed.message_style_id}`);
}
};
$("#editForm").on("submit", async event => {
event.preventDefault();