Add "actions" slot to DougalOrganisations component

This commit is contained in:
D. Berge
2025-07-24 23:04:15 +02:00
parent 64fba1adc3
commit 6f0f2dadcc

View File

@@ -66,13 +66,8 @@
</v-form>
</v-card-text>
<v-card-actions>
<!--
<v-spacer></v-spacer>
<v-btn
color="secondary"
@click="back"
>Back</v-btn>
-->
<slot name="actions" v-bind="{ self, organisations, readonly, validationErrors, canCreateOrganisations }">
</slot>
</v-card-actions>
</v-card>
</template>