Moved shlink versions component to main container

This commit is contained in:
Alejandro Celaya
2020-03-05 11:46:38 +01:00
parent 1e949b3a22
commit dbee62ac8c
6 changed files with 33 additions and 15 deletions

View File

@@ -26,7 +26,8 @@ const provideServices = (bottle, connect, withRouter) => {
'ShortUrls',
'AsideMenu',
'CreateShortUrl',
'ShortUrlVisits'
'ShortUrlVisits',
'ShlinkVersions'
);
bottle.decorator('MenuLayout', connect([ 'selectedServer', 'shortUrlsListParams' ], [ 'selectServer' ]));
bottle.decorator('MenuLayout', withRouter);