Skip to content

Commit cd6d68b

Browse files
authored
Fix disabledKeys on ActionBar (#1523)
1 parent 6014b5c commit cd6d68b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@keystar/ui': patch
3+
---
4+
5+
Fix `disabledKeys` on `ActionBar`

design-system/pkg/src/action-bar/ActionBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ function ActionBarInner<T>(
161161
buttonLabelBehavior={buttonLabelBehavior}
162162
onAction={onAction}
163163
gridArea="actiongroup"
164+
disabledKeys={props.disabledKeys}
164165
>
165166
{children}
166167
</ActionGroup>

0 commit comments

Comments
 (0)