Skip to content

Commit

Permalink
update type select after getting export settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloamorimbr committed Dec 29, 2024
1 parent 88c17bd commit 6b2e7f4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ export default class ProjectExportsCreator extends React.Component {
}
});

exportsStore.setExportType(newStateObj.selectedExportType);

this.setState(newStateObj);
}

Expand Down

0 comments on commit 6b2e7f4

Please sign in to comment.