Skip to content

Commit

Permalink
💚 fix: test ci container
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed Oct 31, 2023
1 parent 42c5526 commit 1d1fcad
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 560 deletions.
1 change: 1 addition & 0 deletions src/ActionGroup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ const ActionGroup = (props: ActionGroupProps) => {
if (item?.type)
return (
<Divider
key={`action-divider-${index}`}
type={direction === 'row' ? 'vertical' : 'horizontal'}
style={{
margin: `${direction === 'row' ? '0 4px' : '4px 0'}`,
Expand Down
Loading

0 comments on commit 1d1fcad

Please sign in to comment.