From 740a7e0f72ed3c805187e9029f305504f5928c67 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Thu, 28 Aug 2025 20:31:27 +0200 Subject: [PATCH] :bug: Fix missing element --- .../category-create-modal/category-create-modal.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/src/app/modals/category-create-modal/category-create-modal.component.html b/src/src/app/modals/category-create-modal/category-create-modal.component.html index ce10865..6fd7e06 100644 --- a/src/src/app/modals/category-create-modal/category-create-modal.component.html +++ b/src/src/app/modals/category-create-modal/category-create-modal.component.html @@ -29,4 +29,5 @@ {{ categoryForm.get("id")?.value !== -1 ? "Update" : "Create" }} - \ No newline at end of file + + \ No newline at end of file