Update ObjectTable component to set default size for FilterSidebar panel, improving layout consistency in the dashboard.

This commit is contained in:
Tom Butcher 2026-07-04 22:12:48 +01:00
parent 67058d72a4
commit b2cb143f39

View File

@ -999,7 +999,7 @@ const ObjectTable = forwardRef(
)}
</Splitter.Panel>
{showFilterSidebar && (
<Splitter.Panel>
<Splitter.Panel defaultSize={'25%'}>
<FilterSidebar
type={type}
filter={sidebarFilter}