diff --git a/assets/components.d.ts b/assets/components.d.ts index 37a90676..12c2d5a4 100644 --- a/assets/components.d.ts +++ b/assets/components.d.ts @@ -44,6 +44,7 @@ declare module 'vue' { LogViewer: typeof import('./components/LogViewer/LogViewer.vue')['default'] LogViewerWithSource: typeof import('./components/LogViewer/LogViewerWithSource.vue')['default'] 'Mdi:arrowUp': typeof import('~icons/mdi/arrow-up')['default'] + 'Mdi:check': typeof import('~icons/mdi/check')['default'] 'Mdi:chevronDoubleDown': typeof import('~icons/mdi/chevron-double-down')['default'] 'Mdi:chevronLeft': typeof import('~icons/mdi/chevron-left')['default'] 'Mdi:chevronRight': typeof import('~icons/mdi/chevron-right')['default'] @@ -53,7 +54,6 @@ declare module 'vue' { 'Mdi:keyboardEsc': typeof import('~icons/mdi/keyboard-esc')['default'] 'Mdi:logout': typeof import('~icons/mdi/logout')['default'] 'Mdi:magnify': typeof import('~icons/mdi/magnify')['default'] - 'MdiLight:check': typeof import('~icons/mdi/check')['default'] MobileMenu: typeof import('./components/common/MobileMenu.vue')['default'] 'Octicon:container24': typeof import('~icons/octicon/container24')['default'] 'Octicon:download24': typeof import('~icons/octicon/download24')['default'] diff --git a/assets/components/common/Dropdown.vue b/assets/components/common/Dropdown.vue index ffc69f1f..051b1301 100644 --- a/assets/components/common/Dropdown.vue +++ b/assets/components/common/Dropdown.vue @@ -7,7 +7,7 @@
  • - +
    {{ item.label }}