feat: add placeholder for filter input in user table widget
Some checks are pending
Release frontend dev / Send Telegram message (push) Waiting to run
Release frontend dev / Build and release (push) Waiting to run
Release frontend dev / Send Telegram message-1 (push) Blocked by required conditions
Release frontend dev / notify-on-error (push) Blocked by required conditions

This commit is contained in:
kastov 2026-07-04 07:39:39 +03:00
parent c4ecaf50d8
commit e359ef6d34
No known key found for this signature in database
GPG key ID: 1B27BE29057F4C90

View file

@ -170,6 +170,9 @@ export function UserTableWidget() {
density: 'xxs',
pagination: DEFAULT_PAGINATION_STATE
},
mantineFilterTextInputProps: () => ({
placeholder: 'Filter by...'
}),
mantineTopToolbarProps: {
style: {
'--mrt-base-background-color': '#1b2027'