This commit is contained in:
shamoon
2026-03-12 01:30:26 -07:00
parent e4d43175af
commit 0bb7d755ab

View File

@@ -358,7 +358,7 @@ export abstract class ManagementListComponent<T extends MatchingModel>
}
private getBulkEditFilters(): { [key: string]: any } {
const filters = { ...(this.currentExtraParams ?? {}) }
const filters = { ...this.currentExtraParams }
if (this._nameFilter?.length) {
filters['name__icontains'] = this._nameFilter
}