diff --git a/frontend/admin/src/components/MainPageConfigurator/MainPageConfigurator.vue b/frontend/admin/src/components/MainPageConfigurator/MainPageConfigurator.vue index 900e8ac..60b7878 100644 --- a/frontend/admin/src/components/MainPageConfigurator/MainPageConfigurator.vue +++ b/frontend/admin/src/components/MainPageConfigurator/MainPageConfigurator.vue @@ -145,7 +145,7 @@ function cloneBlock(block) { } function showDrawer(blockIndex) { - if (currentBlock.value) { + if (currentBlock.value !== null) { drawerBlockIndex.value = blockIndex; isDrawerSettingsVisible.value = true; }