This commit is contained in:
parent
1d1f7005ed
commit
dc0a4a9be0
@ -412,7 +412,7 @@ const loadEditModalData = async (id: number) => {
|
|||||||
channelSelect.setValue(feed.channels.map(channel => channel.channel_id));
|
channelSelect.setValue(feed.channels.map(channel => channel.channel_id));
|
||||||
filterSelect.setValue(feed.filters.map(filter => `${filter.id}`));
|
filterSelect.setValue(feed.filters.map(filter => `${filter.id}`));
|
||||||
styleSelect.setValue(`${feed.message_style_id}`);
|
styleSelect.setValue(`${feed.message_style_id}`);
|
||||||
}
|
};
|
||||||
|
|
||||||
$("#editForm").on("submit", async event => {
|
$("#editForm").on("submit", async event => {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user