Skip to content
Snippets Groups Projects
Commit 60da9239 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

feat: add extra button slot in AEditDialog

parent 1148c4f1
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
<button type="button" class="btn" :disabled="isSaving" @click="dialog.close()">
{{ cancelLabel ?? t('cancel') }}
</button>
<slot name="footer-buttons-extra" :is-saving="isSaving" />
</div>
</slot>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment