Renamed DomainsDropdown to DomainSelector

This commit is contained in:
Alejandro Celaya
2020-11-28 09:58:05 +01:00
parent 369fcf2f6a
commit 2a206f11b9
5 changed files with 33 additions and 16 deletions

View File

@@ -57,7 +57,7 @@ const provideServices = (bottle: Bottle, connect: ConnectDecorator) => {
'TagsSelector',
'CreateShortUrlResult',
'ForServerVersion',
'DomainsDropdown',
'DomainSelector',
);
bottle.decorator(
'CreateShortUrl',