mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-31 20:25:14 -04:00
feat: add profile update suggestion to members page (#1669)
This commit is contained in:
parent
124ec3743a
commit
d3da551dae
@ -9,6 +9,9 @@
|
|||||||
data-management page <b> Invite </b> allows the user to generate invitation links for other users. Group owners
|
data-management page <b> Invite </b> allows the user to generate invitation links for other users. Group owners
|
||||||
cannot change their own permissions.
|
cannot change their own permissions.
|
||||||
</BasePageTitle>
|
</BasePageTitle>
|
||||||
|
<v-container class="mt-4 d-flex justify-start">
|
||||||
|
<v-btn outlined rounded to="/user/profile/edit"> Looking to Update Your Profile? </v-btn>
|
||||||
|
</v-container>
|
||||||
<v-data-table
|
<v-data-table
|
||||||
:headers="headers"
|
:headers="headers"
|
||||||
:items="members || []"
|
:items="members || []"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user