Skip to content

Commit

Permalink
Fix custom server filter been removed on editing the server
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcnunes committed Jan 28, 2017
1 parent b2dc199 commit 3f4ed1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/components/server-modal-form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ export default class ServerModalForm extends Component {
database: state.database,
domain: state.domain,
schema: state.schema || null,
// custom data not availbale trough the interface
filter: state.filter,
};
if (!this.state.ssh) { return server; }

Expand Down

0 comments on commit 3f4ed1b

Please sign in to comment.