diff --git a/interface/app/$libraryId/Explorer/store.ts b/interface/app/$libraryId/Explorer/store.ts index cb53e348e..b4e114dbe 100644 --- a/interface/app/$libraryId/Explorer/store.ts +++ b/interface/app/$libraryId/Explorer/store.ts @@ -168,7 +168,7 @@ export const objectOrderingKeysSchema = z.union([ export const nonIndexedPathOrderingSchema = z.union([ z.literal('name').describe('Name'), - // z.literal('sizeInBytes').describe('Size'), + z.literal('sizeInBytes').describe('Size'), z.literal('dateCreated').describe('Date Created'), z.literal('dateModified').describe('Date Modified') ]);