diff --git a/src/apps/schema/src/app/components/Sidebar/ModelList.tsx b/src/apps/schema/src/app/components/Sidebar/ModelList.tsx index f93e68ff6..ee89e2f5b 100644 --- a/src/apps/schema/src/app/components/Sidebar/ModelList.tsx +++ b/src/apps/schema/src/app/components/Sidebar/ModelList.tsx @@ -135,6 +135,7 @@ export const ModelList = ({ title, models, type, app = "schema" }: Props) => { { handleClose(); setSort("asc"); @@ -143,6 +144,7 @@ export const ModelList = ({ title, models, type, app = "schema" }: Props) => { Name (A to Z) { handleClose(); setSort("desc"); @@ -151,6 +153,7 @@ export const ModelList = ({ title, models, type, app = "schema" }: Props) => { Name (Z to A) { handleClose(); setSort(""); @@ -159,6 +162,7 @@ export const ModelList = ({ title, models, type, app = "schema" }: Props) => { Last Created { handleClose(); setSort("modified");