Skip to content

Commit

Permalink
Ini tab at Flowchart
Browse files Browse the repository at this point in the history
  • Loading branch information
LatentDream committed Feb 23, 2024
1 parent fbd294f commit d0e76e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/hooks/useActiveTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type TabName =
| "Visual Python Script"
| "Hardware Devices";

export const tabAtom = atom<TabName>("Test Sequencer");
export const tabAtom = atom<TabName>("Visual Python Script");

export function useActiveTab() {
const [activeTab, setActiveTab] = useAtom(tabAtom);
Expand Down

0 comments on commit d0e76e3

Please sign in to comment.