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

@@ -156,6 +156,7 @@ const CreateShortUrl = (
<ForServerVersion minVersion="1.16.0">
<div className="mb-4 text-right">
<Checkbox
inline
className="mr-2"
checked={shortUrlCreation.findIfExists}
onChange={(findIfExists) => setShortUrlCreation({ ...shortUrlCreation, findIfExists })}