Skip to content

Commit 17bd858

Browse files
KIvanowpd-redis
andauthored
Update redisinsight/ui/src/components/base/forms/buttons/EmptyButton.tsx
Co-authored-by: pd-redis <[email protected]>
1 parent 305fc51 commit 17bd858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/base/forms/buttons/EmptyButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type ButtonProps = React.ComponentProps<typeof TextButton> & {
1010
iconSide?: 'left' | 'right'
1111
loading?: boolean
1212
size?: 'small' | 'large' | 'medium'
13-
justify?: (typeof justifyValues)[number]
13+
justify?: FlexProps['justify']
1414
}
1515
export const EmptyButton = ({
1616
children,

0 commit comments

Comments
 (0)