mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Revert change default hotbar name
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
db90f81a6f
commit
aa44aa35b7
@ -71,7 +71,7 @@ export class HotbarStore extends BaseStore<HotbarStoreModel> {
|
||||
@action
|
||||
protected fromStore(data: Partial<HotbarStoreModel> = {}) {
|
||||
if (!data.hotbars || !data.hotbars.length) {
|
||||
const hotbar = getEmptyHotbar("default");
|
||||
const hotbar = getEmptyHotbar("Default");
|
||||
const { metadata: { uid, name, source } } = catalogEntity;
|
||||
const initialItem = { entity: { uid, name, source } };
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user