File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed
packages/ui/src/components/devPrompts/EnableOrganizationsPrompt Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -194,27 +194,10 @@ const EnableOrganizationsPromptInternal = ({
194194 label = {
195195 < Flex gap = { 2 } >
196196 < span > Require organization membership</ span >
197- < PromptBadge > Most common </ PromptBadge >
197+ < PromptBadge > Standard </ PromptBadge >
198198 </ Flex >
199199 }
200- description = {
201- < >
202- < span
203- css = { css `
204- display : block;
205- ` }
206- >
207- Users need to belong to at least one organization.
208- </ span >
209- < span
210- css = { css `
211- display : block;
212- ` }
213- >
214- Common for most B2B SaaS applications
215- </ span > { ' ' }
216- </ >
217- }
200+ description = 'Users need to belong to at least one organization.'
218201 />
219202 < RadioGroupItem
220203 value = 'allow'
You can’t perform that action at this time.
0 commit comments