We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32e129 commit e600c93Copy full SHA for e600c93
src/components/d-user/DUser.stories.tsx
@@ -133,29 +133,6 @@ export const Input = () => {
133
134
return <ContextStoreProvider services={[user]}>
135
<DUserInput title={"Users to invite"} description={"Invite users to your workspace or organization"}/>
136
- <Spacing spacing={"xs"}/>
137
- <Text>
138
- <Flex align={"center"} style={{gap: "0.7rem"}}>
139
- <div>
140
- <Badge border>
141
- <IconArrowUp size={16}/>
142
- </Badge>
143
- {" "}
144
145
- <IconArrowDown size={16}/>
146
147
148
- to navigate
149
- </div>
150
151
152
- <IconCornerDownLeft size={16}/>
153
154
155
- to select
156
157
- </Flex>
158
- </Text>
159
</ContextStoreProvider>
160
161
}
0 commit comments