diff --git a/src/common/hotbar-store.ts b/src/common/hotbar-store.ts index 1c6355139b..6e771473fb 100644 --- a/src/common/hotbar-store.ts +++ b/src/common/hotbar-store.ts @@ -71,7 +71,7 @@ export class HotbarStore extends BaseStore { @action protected fromStore(data: Partial = {}) { 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 } };