Minor improvements

This commit is contained in:
Alejandro Celaya
2020-05-03 20:16:21 +02:00
parent 85dc1d0825
commit 241c9b73b0
6 changed files with 21 additions and 26 deletions

View File

@@ -22,7 +22,6 @@ const provideServices = (bottle, connect, withRouter) => {
bottle.decorator('EditServer', connect([ 'selectedServer' ], [ 'editServer', 'selectServer' ]));
bottle.serviceFactory('ServersDropdown', ServersDropdown, 'ServersExporter');
bottle.decorator('ServersDropdown', withRouter);
bottle.decorator('ServersDropdown', connect([ 'servers', 'selectedServer' ]));
bottle.serviceFactory('DeleteServerModal', () => DeleteServerModal);