Skip to content

Commit

Permalink
fix: save settings error introduced in #195 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmotelet authored May 28, 2021
1 parent a77acda commit 38f5696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/settings/saveload.js
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ export default class SaveLoadSettingsUnits extends React.Component {
{this.renderUserOrGlobalChoice('save for', true)}
{this.renderSsLayoutsSave()}
{this.renderSsPrefUnitsSave()}
{this.renderIsLoggedAndprops.instrumentPanel.applicationData()}
{this.renderIsLoggedAndSsAvaliable()}
</Well >
{this.renderFileSave()}
</div>
Expand Down

0 comments on commit 38f5696

Please sign in to comment.