From 8c36c907103dc51be3b3ece479e58b53186a1237 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Tue, 28 May 2024 07:11:57 +0200 Subject: [PATCH] fix: correct some workflow problems --- .../Dashboard/CreateItem/CreateItemForm.tsx | 2 +- app/components/Dashboard/Items/ItemsTable.tsx | 1 + .../Settings/Profiles/ProfilesTable.tsx | 10 +++++++-- .../Settings/Profiles/ProfilesTableRow.tsx | 21 ++++++++++++------- app/components/Settings/Tags/TagsTable.tsx | 3 +++ app/components/Settings/Tags/TagsTableRow.tsx | 5 ++++- .../Settings/Tags/actions/TagsAction.ts | 15 ++++++++++--- data/types.ts | 5 +++-- package.json | 5 ++--- 9 files changed, 47 insertions(+), 20 deletions(-) diff --git a/app/components/Dashboard/CreateItem/CreateItemForm.tsx b/app/components/Dashboard/CreateItem/CreateItemForm.tsx index 69815c5..64a0cf5 100644 --- a/app/components/Dashboard/CreateItem/CreateItemForm.tsx +++ b/app/components/Dashboard/CreateItem/CreateItemForm.tsx @@ -56,7 +56,7 @@ export function CreateItemForm({ profile, formAction, tags }: CreateItemProps) { {profile && ( - + Tag