Ensured all data can be set when editing a short URL

This commit is contained in:
Alejandro Celaya
2021-03-27 09:49:47 +01:00
parent a019bd30df
commit eea76d88c3
15 changed files with 73 additions and 64 deletions

View File

@@ -50,7 +50,7 @@ describe('<ShortUrlForm />', () => {
domain: 'example.com',
validSince: validSince.format(),
validUntil: validUntil.format(),
maxVisits: '20',
maxVisits: 20,
findIfExists: false,
shortCodeLength: 15,
validateUrl: true,