Skip to content

Commit 2480222

Browse files
committed
520 - client - Set default current mode type to ModeType.AUTOMATION
1 parent e11fd38 commit 2480222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/pages/home/stores/useModeTypeStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const useModeTypeStore = create<ModeTypeI>()(
1515
devtools(
1616
persist(
1717
(set) => ({
18-
currentType: undefined,
18+
currentType: ModeType.AUTOMATION,
1919
setCurrentType: (currentType) =>
2020
set(() => ({
2121
currentType,

0 commit comments

Comments
 (0)