diff --git a/src/components/proxy/use-head-state.ts b/src/components/proxy/use-head-state.ts index d1bce2fc..dffc6e7e 100644 --- a/src/components/proxy/use-head-state.ts +++ b/src/components/proxy/use-head-state.ts @@ -16,7 +16,7 @@ type HeadStateStorage = Record>; const HEAD_STATE_KEY = "proxy-head-state"; export const DEFAULT_STATE: HeadState = { open: false, - showType: false, + showType: true, sortType: 0, filterText: "", textState: null,