mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:37:07 +00:00
Add "actions" slot to DougalOrganisations component
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user