History
@@ -890,7 +818,7 @@ defineExpose({ open }); @update:model-value="onLabelsChange" /> - + - + @@ -945,9 +873,9 @@ defineExpose({ open }); type="button" class="rounded-md px-3 py-1.5 text-sm font-semibold text-neutral-700 hover:bg-neutral-100 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand disabled:opacity-60 dark:text-neutral-200 dark:hover:bg-neutral-800" :disabled="saving" - @click="inline ? commitInline() : close()" + @click="close()" > - {{ inline ? "Done" : "Close" }} + {{ isCreate ? "Done" : "Close" }}