Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
inhumantsar committed Apr 17, 2024
1 parent c563312 commit 1a352e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ class SlurpSettingsTab extends PluginSettingTab {
target: this.containerEl, props: {
props: Object.values<SlurpProp<any>>(
SlurpProp.fromSettings(this.plugin.settings.propSettings, DEFAULT_SLURP_PROPS)),
onValidate: (props) => onValidate(props)
onValidate: (props: SlurpProp<any>[]) => onValidate(props)
}
});

Expand Down

0 comments on commit 1a352e3

Please sign in to comment.