mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-15 07:25:54 +00:00
Data tables: do not show "Assistants" column in "secondary" when narrow (#29120)
fix a column for "narrow"
This commit is contained in:
@@ -22,6 +22,7 @@ export function getAssistantsTableColumn<T>(
|
||||
type: "flex",
|
||||
defaultHidden: !visible,
|
||||
sortable: true,
|
||||
showNarrow: true,
|
||||
minWidth: "160px",
|
||||
maxWidth: "160px",
|
||||
valueColumn: "assistants_sortable_key",
|
||||
|
||||
Reference in New Issue
Block a user