diff --git a/dashboard/src/views/PlatformPage.vue b/dashboard/src/views/PlatformPage.vue index ac17ad641..263efc007 100644 --- a/dashboard/src/views/PlatformPage.vue +++ b/dashboard/src/views/PlatformPage.vue @@ -171,7 +171,7 @@ :config_data="config_data" :updating-mode="updatingMode" :updating-platform-config="updatingPlatformConfig" - @update="getConfig" + @update:show="getConfig" @show-toast="showToast" @refresh-config="getConfig" />