We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf80af commit 8272fbfCopy full SHA for 8272fbf
client/src/components/Tool/CustomToolEditor.vue
@@ -106,6 +106,9 @@ async function saveTool() {
106
107
<template>
108
<div>
109
+ <b-alert v-if="errorMsg" variant="danger" show dismissible>
110
+ {{ errorMsg }}
111
+ </b-alert>
112
<div class="d-flex flex-gapx-1">
113
<Heading h1 separator inline size="lg" class="flex-grow-1 mb-2">Tool Editor</Heading>
114
<b-button variant="primary" size="m" @click="saveTool">Save</b-button>
0 commit comments