diff --git a/frontend/mockoon_dRAGon.json b/frontend/mockoon_dRAGon.json index 05239adb..ba0d4b84 100644 --- a/frontend/mockoon_dRAGon.json +++ b/frontend/mockoon_dRAGon.json @@ -204,4 +204,4 @@ } ], "callbacks": [] -} \ No newline at end of file +} diff --git a/frontend/src/layouts/modules/global-header/index.vue b/frontend/src/layouts/modules/global-header/index.vue index ee433b37..e12604de 100644 --- a/frontend/src/layouts/modules/global-header/index.vue +++ b/frontend/src/layouts/modules/global-header/index.vue @@ -9,7 +9,7 @@ import GlobalLogo from '../global-logo/index.vue'; import GlobalBreadcrumb from '../global-breadcrumb/index.vue'; import GlobalSearch from '../global-search/index.vue'; import { useMixMenuContext } from '../../context'; -//import ThemeButton from './components/theme-button.vue'; +// import ThemeButton from './components/theme-button.vue'; import HelpButton from './components/help-button.vue'; import UserAvatar from './components/user-avatar.vue';