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