Skip to content

Commit

Permalink
Merge pull request #327 from actiontech/bugfix/issue-ee-1140
Browse files Browse the repository at this point in the history
[fix]:(SQLManagement) non-admin users unable to export files
  • Loading branch information
Rain-1214 authored Oct 27, 2023
2 parents 7fe149a + ead793c commit 0d3caf7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/page/SQLManagement/SQLPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,6 @@ const SQLPanel: React.FC = () => {
] = useBoolean(false);

const exportAction = () => {
if (!isAdmin) {
return;
}
startExport();
const hideLoading = message.loading(
t('sqlManagement.table.actions.exporting')
Expand Down

0 comments on commit 0d3caf7

Please sign in to comment.