Skip to content

Commit

Permalink
Gladys Plus: Fix bug backups local screen (GladysAssistant#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored and William-De71 committed May 2, 2024
1 parent 738ad84 commit d46d729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/routes/settings/settings-backup/index.js
Original file line number Diff line number Diff line change
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 d46d729

Please sign in to comment.