mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
stack tabs localstorage increment
This commit is contained in:
@@ -15,7 +15,7 @@ type StackTabsView = "Config" | "Info" | "Services" | "Log";
|
||||
|
||||
export const StackTabs = ({ id }: { id: string }) => {
|
||||
const [_view, setView] = useLocalStorage<StackTabsView>(
|
||||
"stack-tabs-v1",
|
||||
"stack-tabs-v2",
|
||||
"Config"
|
||||
);
|
||||
const info = useStack(id)?.info;
|
||||
|
||||
Reference in New Issue
Block a user