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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user