Skip to content

Commit

Permalink
Gladys Plus: Fix bug backups local screen (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Apr 21, 2024
1 parent 2251726 commit 7609bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/routes/settings/settings-backup/index.js
Expand Up @@ -12,7 +12,7 @@ class SettingsGateway extends Component {
try {
if (!this.props.session.gatewayClient) {
this.setState({
isFullGladysPlus: false
isFullGladysPlus: true
});
return;
}
Expand Down

0 comments on commit 7609bd4

Please sign in to comment.