Skip to content

Commit bb2a5fd

Browse files
committed
Show the loading state on the auto mode button
1 parent a4af0d2 commit bb2a5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/schedule/auto-mode/auto-mode-button/AutoModeButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ import { useAutoMode } from "./use-auto-mode";
1414
import ButtonOff from "./modes/off/Button.vue";
1515
import ButtonAutoMode from "./modes/auto-mode/Button.vue";
1616
import ButtonError from "./modes/error/Button.vue";
17-
const { autoMode, loading, error } = await useAutoMode();
17+
const { autoMode, loading, error } = useAutoMode();
1818
</script>

0 commit comments

Comments
 (0)