1
0
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:
Roman 2020-08-03 18:01:10 +03:00
parent 0b0e4f25b3
commit 756fc7b2b7

View File

@ -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: "",
})
}