Improve presentation of organisation component in project settings

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

View File

@@ -1,18 +1,20 @@
<template>
<v-card>
<v-card flat>
<v-card-text>
<dougal-organisations
:self="user"
:organisations.sync="organisations_"
>
<template v-slot:actions>
<v-spacer></v-spacer>
<v-btn
color="secondary"
@click="back"
>Back</v-btn>
</template>
</dougal-organisations>
</v-card-text>
<v-card-actions>
<v-spacer></v-spacer>
<v-btn
color="secondary"
@click="back"
>Back</v-btn>
</v-card-actions>
</v-card>
</template>