add new group table and filter for member table
This commit is contained in:
@@ -35,6 +35,11 @@ export const defaultPermissions = [
|
||||
label: i18n.global.t('responsible'),
|
||||
permission: 0,
|
||||
},
|
||||
{
|
||||
name: 'group',
|
||||
label: i18n.global.t('group'),
|
||||
permission: 0,
|
||||
},
|
||||
{
|
||||
name: 'excursionTable',
|
||||
label: i18n.global.t('excursionTable'),
|
||||
|
||||
Reference in New Issue
Block a user