Skip to content

Commit

Permalink
chore: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Sep 4, 2024
1 parent e1e6807 commit 93f1ced
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ function update(_settings) {
<DevToolsHeader :doc-link="customInspectState.homepage!">
<Navbar />
</DevToolsHeader>
<Settings :plugin-id="customInspectState.id" :options="options" :values="values" @update="update" />
<Settings :plugin-id="customInspectState.id!" :options="options" :values="values" @update="update" />
</div>
</template>

0 comments on commit 93f1ced

Please sign in to comment.