2795-fix(front): ObjectNamePlural added as Page Header title (#2852)

* 2795-fix(front): ObjectNamePlural added as Page Header title

* 2795-fix(front): Icon fix

* fix linting errors

---------

Co-authored-by: bosiraphael <raphael.bosi@gmail.com>
This commit is contained in:
Kanav Arora
2023-12-07 15:43:32 +05:30
committed by GitHub
parent b72d6a9d9d
commit b2912f4b4b
5 changed files with 26 additions and 12 deletions

View File

@ -63,4 +63,3 @@ export const castAsPositiveIntegerOrNull = (
return null;
};