diff --git a/src/renderer/components/server-modal-form.jsx b/src/renderer/components/server-modal-form.jsx index 64e76a36..b32a9564 100644 --- a/src/renderer/components/server-modal-form.jsx +++ b/src/renderer/components/server-modal-form.jsx @@ -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; }