add program tags interface to new block modal

This commit is contained in:
Sundog Jones 2024-09-23 13:30:42 -04:00
parent e81958dee3
commit 09867fa0bb

View File

@ -882,6 +882,7 @@
}); });
}); });
new_block_dialog.showModal(); new_block_dialog.showModal();
fetch_block_tags();
} }
const schedule_block_click_handler = (e) => { const schedule_block_click_handler = (e) => {