Improved design on domains dropdown

This commit is contained in:
Alejandro Celaya
2020-11-28 09:34:41 +01:00
parent 983e4db3b1
commit 369fcf2f6a
5 changed files with 17 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ describe('<CreateShortUrl />', () => {
const createShortUrl = jest.fn(async () => Promise.resolve());
beforeEach(() => {
const CreateShortUrl = createShortUrlsCreator(TagsSelector, () => null, () => null);
const CreateShortUrl = createShortUrlsCreator(TagsSelector, () => null, () => null, () => null);
wrapper = shallow(
<CreateShortUrl