Fixed add user modal

This commit is contained in:
MaxOvs19
2023-11-09 17:35:44 +03:00
parent 8c513b5be9
commit 63f46b080f
2 changed files with 14 additions and 12 deletions

View File

@ -933,7 +933,7 @@ export const ModalTiсket = ({
className="tags__select"
onClick={() => setSelectTagsOpen(!selectTagsOpen)}
>
<span>Выберете тег</span>
<span>Выберите тег</span>
<img
className={selectTagsOpen ? "open" : ""}
src={arrowDown}