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 @@ ...@@ -19,6 +19,7 @@
<button type="button" class="btn" :disabled="isSaving" @click="dialog.close()"> <button type="button" class="btn" :disabled="isSaving" @click="dialog.close()">
{{ cancelLabel ?? t('cancel') }} {{ cancelLabel ?? t('cancel') }}
</button> </button>
<slot name="footer-buttons-extra" :is-saving="isSaving" />
</div> </div>
</slot> </slot>
</template> </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