Skip to content

Commit

Permalink
feat: org edit permission
Browse files Browse the repository at this point in the history
Signed-off-by: laixingyou <[email protected]>
  • Loading branch information
coder-sett committed Feb 2, 2024
1 parent 1048e29 commit 93b0975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const MetricTable: React.FC<{
}}
/>
);
} else if (data?.verifyDetailDataRange?.labelAdmin) {
} else if (data?.verifyDetailDataRange?.status) {
edit = (
<FiEdit
className="cursor-pointer"
Expand Down

0 comments on commit 93b0975

Please sign in to comment.