We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38af55b commit 30088baCopy full SHA for 30088ba
1 file changed
apps/array/src/renderer/features/panels/store/panelLayoutStore.ts
@@ -111,7 +111,7 @@ function createDefaultPanelTree(
111
tabs: [
112
{
113
id: DEFAULT_TAB_IDS.LOGS,
114
- label: "Logs",
+ label: "Chat",
115
data: { type: "logs" },
116
component: null,
117
closeable: false,
@@ -166,7 +166,7 @@ function createDefaultPanelTree(
166
167
168
169
170
171
172
0 commit comments