feat: permission and security fixes (#5266)
This commit is contained in:
@@ -58,7 +58,7 @@ const DataSourceNotion: FC<Props> = ({
|
||||
type={DataSourceType.notion}
|
||||
isConfigured={connected}
|
||||
onConfigure={handleConnectNotion}
|
||||
readonly={!isCurrentWorkspaceManager}
|
||||
readOnly={!isCurrentWorkspaceManager}
|
||||
isSupportList
|
||||
configuredList={workspaces.map(workspace => ({
|
||||
id: workspace.id,
|
||||
|
Reference in New Issue
Block a user