We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
loading
1 parent a4af0d2 commit bb2a5fdCopy full SHA for bb2a5fd
src/components/schedule/auto-mode/auto-mode-button/AutoModeButton.vue
@@ -14,5 +14,5 @@ import { useAutoMode } from "./use-auto-mode";
14
import ButtonOff from "./modes/off/Button.vue";
15
import ButtonAutoMode from "./modes/auto-mode/Button.vue";
16
import ButtonError from "./modes/error/Button.vue";
17
-const { autoMode, loading, error } = await useAutoMode();
+const { autoMode, loading, error } = useAutoMode();
18
</script>
0 commit comments