Skip to content

Commit

Permalink
fix: switch logics
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Jan 19, 2024
1 parent 0cb9e22 commit 1623e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Create/Details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const Details: FC<Props> = ({ onUpload, onCancel }) => {
const collectModule = saveAsDefault
? {
...(persistedCollectModule && {
persistedCollectModule
...persistedCollectModule
}),
isRevertCollect: !canCollect
} ?? collectModuleData
Expand Down

0 comments on commit 1623e65

Please sign in to comment.