Skip to content

Commit

Permalink
fix: 保存成功后modal未关闭
Browse files Browse the repository at this point in the history
  • Loading branch information
ObservedObserver committed Nov 29, 2021
1 parent fb1c352 commit 174d525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/pages/lts/save/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const SaveModal: React.FC = props => {
.catch(err => {
commonStore.showError('error', err);
})
exploreStore.setShowSaveModal(false)
}, [exploreStore, commonStore, name])

const closeModal = useCallback(() => {
Expand Down

0 comments on commit 174d525

Please sign in to comment.