diff --git a/frontend/src/views/OLAPConstructor.vue b/frontend/src/views/OLAPConstructor.vue index 023b889..7ee2f1e 100644 --- a/frontend/src/views/OLAPConstructor.vue +++ b/frontend/src/views/OLAPConstructor.vue @@ -727,7 +727,7 @@ const confirmReset = () => { tableName.value = '' tableNameValid.value = true tableNameTouched.value = false - buildSummary.value = true + buildSummary.value = false searchQuery.value = '' showNotification('Все настройки сброшены', 'success') }