Skip to content

Commit

Permalink
fix: 调整 继续选取 到多选剪藏下
Browse files Browse the repository at this point in the history
  • Loading branch information
vagusX committed Jul 25, 2023
1 parent 9133777 commit 59b9361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/sandbox/SaveTo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const useViewModel = props => {

useEffect(() => {
setShowContinueButton(
currentType === SELECT_TYPES[1].key && !isEmpty(editorValue),
currentType === SELECT_TYPES[0].key && !isEmpty(editorValue),
);
}, [ editorValue, currentType ]);

Expand Down

0 comments on commit 59b9361

Please sign in to comment.