feat: creating tasks

This commit is contained in:
2025-05-12 01:04:33 +03:00
parent dca682ac1e
commit 95a264f5a4
3 changed files with 86 additions and 8 deletions

View File

@@ -378,6 +378,7 @@ const ProfileCalendar: FunctionComponent = () => {
) : (
<>
<ModalTags
refreshTags={fetchTags}
isOpen={openModalTags}
setIsOpen={setOpenModalTags}
tagsList={example_tags}