Replaced tags component by one which is better maintained

This commit is contained in:
Alejandro Celaya
2021-06-26 10:17:07 +02:00
parent 741bc21a55
commit 66c5c7ebf1
9 changed files with 195 additions and 194 deletions

View File

@@ -97,7 +97,7 @@ export const ShortUrlForm = (
</FormGroup>
<FormGroup>
<TagsSelector tags={shortUrlData.tags ?? []} onChange={changeTags} />
<TagsSelector selectedTags={shortUrlData.tags ?? []} onChange={changeTags} />
</FormGroup>
</>
);