We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e6807 commit 93f1cedCopy full SHA for 93f1ced
packages/applet/src/modules/custom-inspector/components/Settings.vue
@@ -24,6 +24,6 @@ function update(_settings) {
24
<DevToolsHeader :doc-link="customInspectState.homepage!">
25
<Navbar />
26
</DevToolsHeader>
27
- <Settings :plugin-id="customInspectState.id" :options="options" :values="values" @update="update" />
+ <Settings :plugin-id="customInspectState.id!" :options="options" :values="values" @update="update" />
28
</div>
29
</template>
0 commit comments