feat: add app log permission (#4932)
* feat: add app log permission * fix: org search bug
This commit is contained in:
@@ -35,10 +35,10 @@ const RouteTab = () => {
|
||||
{
|
||||
label: t('app:publish_channel'),
|
||||
id: TabEnum.publish
|
||||
},
|
||||
{ label: t('app:chat_logs'), id: TabEnum.logs }
|
||||
}
|
||||
]
|
||||
: [])
|
||||
: []),
|
||||
...(appDetail.permission.hasLogPer ? [{ label: t('app:chat_logs'), id: TabEnum.logs }] : [])
|
||||
],
|
||||
[appDetail.permission.hasManagePer, appDetail.type]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user