Skip to content

Commit

Permalink
chore: avoid imports reverse & remove control of story
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Dec 9, 2024
1 parent f471126 commit 1ccb39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

import React, {useEffect, useMemo, useState} from 'react';
import {Dimensions, StyleSheet, View, ScrollView} from 'react-native';
import {Button, Chip} from '../../molecules';
import {useThemeColor, Color} from '../../../theme';
import {Button, Chip} from '../../molecules';

const CHIP_CONTAINER_MARGIN = 16;
const CHIP_MARGIN = 2;
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/stories/organisms/ChipSelect.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const ChipSelect: Story<typeof Component> = {
option2_color: 'plannedColor',
option3_title: 'Option 3',
option3_color: 'infoColor',
showClearButton: false,
},
argTypes: {
option1_color: colorPicker,
Expand All @@ -52,7 +53,6 @@ export const ChipSelect: Story<typeof Component> = {
selectionItems: disabledControl,
isRefresh: disabledControl,
onChangeValue: disabledControl,
showClearButton: {control: 'boolean'},
},
render: args => (
<Component
Expand Down

0 comments on commit 1ccb39a

Please sign in to comment.