Skip to content

Commit

Permalink
type error
Browse files Browse the repository at this point in the history
  • Loading branch information
sceuick committed Nov 10, 2024
1 parent a338d23 commit d7fc056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/shared/PresetSettings/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function getPresetEditor() {
return [store, setStore, hide] as const
}

function createHides(store: PresetState[0]) {
function createHides(store: PresetState) {
const keys = Object.keys(ADAPTER_SETTINGS) as Array<keyof AppSchema.GenSettings>
let hides: any = {}

Expand Down

0 comments on commit d7fc056

Please sign in to comment.