File tree 1 file changed +0
-34
lines changed
site/src/pages/CreateWorkspacePage
1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -240,40 +240,6 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
240
240
listed below.
241
241
</ Alert >
242
242
) }
243
- < div >
244
- < TextField
245
- { ...getFieldHelpers ( "name" ) }
246
- disabled = { creatingWorkspace }
247
- // resetMutation facilitates the clearing of validation errors
248
- onChange = { onChangeTrimmed ( form , resetMutation ) }
249
- fullWidth
250
- label = "Workspace Name"
251
- />
252
- < FormHelperText data-chromatic = "ignore" >
253
- Need a suggestion?{ " " }
254
- < Button
255
- variant = "text"
256
- css = { styles . nameSuggestion }
257
- onClick = { async ( ) => {
258
- await form . setFieldValue ( "name" , suggestedName ) ;
259
- rerollSuggestedName ( ) ;
260
- } }
261
- >
262
- { suggestedName }
263
- </ Button >
264
- </ FormHelperText >
265
- </ div >
266
-
267
- { permissions . createWorkspaceForUser && (
268
- < UserAutocomplete
269
- value = { owner }
270
- onChange = { ( user ) => {
271
- setOwner ( user ?? defaultOwner ) ;
272
- } }
273
- label = "Owner"
274
- size = "medium"
275
- />
276
- ) }
277
243
{ externalAuth . map ( ( auth ) => (
278
244
< ExternalAuthButton
279
245
key = { auth . id }
You can’t perform that action at this time.
0 commit comments