Skip to content

Commit

Permalink
🐛 Fix selecting export type doing nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Mar 9, 2022
1 parent 7179f6a commit e77d485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/pages/Editor/ExportDocumentDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export function ExportDocumentDialog(): JSX.Element {
setFormState((state) => {
return {
...state,
...selected,
path: switchExtension(state.path, selected.defaultExtension),
};
});
Expand Down

0 comments on commit e77d485

Please sign in to comment.