mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: Adding new workspace have default My Workspace name, instead of Name placeholder
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
0b0e4f25b3
commit
756fc7b2b7
@ -51,7 +51,7 @@ export class Workspaces extends React.Component {
|
||||
const workspaceId = uuid();
|
||||
this.editingWorkspaces.set(workspaceId, {
|
||||
id: workspaceId,
|
||||
name: _i18n._(t`My Workspace`),
|
||||
name: "",
|
||||
description: "",
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user