Skip to content

Commit 9ab4922

Browse files
committed
fix(Action): isDisabled prop passing
1 parent 97d1016 commit 9ab4922

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/actions/Action/Action.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export const Action = forwardRef(function Action(
7474
data-theme={theme}
7575
download={download}
7676
{...actionProps}
77-
isDisabled={undefined}
7877
styles={styles}
7978
/>
8079
);

0 commit comments

Comments
 (0)