Skip to content
Snippets Groups Projects
Unverified Commit 9cde0ded authored by Martin Weise's avatar Martin Weise
Browse files

Hotfix user

parent 83c1ca7c
No related branches found
No related tags found
1 merge request!130Hotfix user
......@@ -427,6 +427,9 @@ export default {
}
},
is_owner (table) {
if (!this.user) {
return false
}
return table.creator.username === this.user.username
},
closed (data) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment