From 09867fa0bb90c6cf611369bd39b5c63f34ed7806 Mon Sep 17 00:00:00 2001 From: Sundog Date: Mon, 23 Sep 2024 13:30:42 -0400 Subject: [PATCH] add program tags interface to new block modal --- layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layout.html b/layout.html index ebcc932..4b0f434 100755 --- a/layout.html +++ b/layout.html @@ -882,6 +882,7 @@ }); }); new_block_dialog.showModal(); + fetch_block_tags(); } const schedule_block_click_handler = (e) => {