Skip to content

Commit 38b23aa

Browse files
Kristiyan Ivanovpd-redis
andauthored
Update redisinsight/ui/src/components/base/forms/buttons/EmptyButton.tsx
Co-authored-by: pd-redis <petar.dzhambazov@redis.com>
1 parent 17bd858 commit 38b23aa

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
@@ -3,7 +3,7 @@ import { TextButton } from '@redis-ui/components'
33
import { ButtonIcon } from 'uiSrc/components/base/forms/buttons/Button'
44
import { IconType } from 'uiSrc/components/base/icons'
55
import { Row } from '../../layout/flex'
6-
import { justifyValues } from '../../layout/flex/flex.styles'
6+
import { FlexProps } from '../../layout/flex/flex.styles'
77

88
export type ButtonProps = React.ComponentProps<typeof TextButton> & {
99
icon?: IconType

0 commit comments

Comments
 (0)