payload
payload copied to clipboard
fix(ui): `disableListColumn` fields not hidden in table columns
Description
Setting disableListColumn
to true
on a field would hide the field from the column selector but not from the table columns.
- [x] I have read and understand the CONTRIBUTING.md document in this repository.
Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
Checklist:
- [x] Existing test suite passes locally with my changes