You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Problem:**
Area names should not be shown in the string inputs used for grid
template values.
**Fix:**
Set the flag to hide area names in `GridExpressionInput`. For the
future, I also made that flag mandatory and a string union instead of a
boolean flag, as `'show-area-name' | 'hide-area-name'`.
Fixes#6451
**Problem:**
Area names should not be shown in the string inputs used for grid
template values.
**Fix:**
Set the flag to hide area names in `GridExpressionInput`. For the
future, I also made that flag mandatory and a string union instead of a
boolean flag, as `'show-area-name' | 'hide-area-name'`.
Fixes#6451
No description provided.
The text was updated successfully, but these errors were encountered: