mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 18:52:14 +01:00
Add Tag Edit Modal and UI
This commit is contained in:
@@ -101,6 +101,10 @@ export function canCreateTags() {
|
||||
return currentUserHasPermission('tags:create');
|
||||
}
|
||||
|
||||
export function canUpdateTags() {
|
||||
return currentUserHasPermission('tags:update');
|
||||
}
|
||||
|
||||
export function canDeleteTags() {
|
||||
return currentUserHasPermission('tags:delete');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user