mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 08:09:41 +02:00
feat: add profile update suggestion to members page (#1669)
This commit is contained in:
parent
124ec3743a
commit
d3da551dae
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
data-management page <b> Invite </b> allows the user to generate invitation links for other users. Group owners
|
||||
cannot change their own permissions.
|
||||
</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
|
||||
:headers="headers"
|
||||
:items="members || []"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue