mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-17 04:53:49 +00:00
Improved design on domains dropdown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user