Skip to content

Commit ff0e451

Browse files
authored
FE: Fixed missed actions to allow operate rule (#1166)
1 parent 41f244e commit ff0e451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/components/Connect/List/ActionsCell.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const ActionsCell: React.FC<CellContext<FullConnectorInfo, unknown>> = ({
8888
disabled={isMutating}
8989
permission={{
9090
resource: ResourceType.CONNECT,
91-
action: Action.EDIT,
91+
action: Action.OPERATE,
9292
value: connect,
9393
}}
9494
>
@@ -101,7 +101,7 @@ const ActionsCell: React.FC<CellContext<FullConnectorInfo, unknown>> = ({
101101
disabled={isMutating}
102102
permission={{
103103
resource: ResourceType.CONNECT,
104-
action: Action.EDIT,
104+
action: Action.OPERATE,
105105
value: connect,
106106
}}
107107
>
@@ -114,7 +114,7 @@ const ActionsCell: React.FC<CellContext<FullConnectorInfo, unknown>> = ({
114114
disabled={isMutating}
115115
permission={{
116116
resource: ResourceType.CONNECT,
117-
action: Action.EDIT,
117+
action: Action.OPERATE,
118118
value: connect,
119119
}}
120120
>

0 commit comments

Comments
 (0)