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-form>
</v-card-text> </v-card-text>
<v-card-actions> <v-card-actions>
<!-- <slot name="actions" v-bind="{ self, organisations, readonly, validationErrors, canCreateOrganisations }">
<v-spacer></v-spacer> </slot>
<v-btn
color="secondary"
@click="back"
>Back</v-btn>
-->
</v-card-actions> </v-card-actions>
</v-card> </v-card>
</template> </template>