feat: warning filter + remove client only filter as it's useless (#5690)

* feat: warning filter

* fix: remove client_only filter
This commit is contained in:
Calum H.
2026-03-27 22:00:02 +00:00
committed by GitHub
parent d4c2fdb9ef
commit 0ee58867e8
6 changed files with 16 additions and 22 deletions

View File

@@ -82,9 +82,6 @@ export interface ContentManagerContext {
// Upload progress (optional)
uploadState?: Ref<UploadState> | ComputedRef<UploadState>
// Show client-only environment filter pill
showClientOnlyFilter?: boolean
// Bulk operation guard — set by layout, checked by providers to suppress refreshes
isBulkOperating?: Ref<boolean>