Skip to content

Commit c9e95f4

Browse files
committed
test: misc change
1 parent 2dd1ec7 commit c9e95f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default createEodash({
4343
},
4444
template: {
4545
loading: {
46-
id: Symbol(),
46+
id: "Loading",
4747
type: "web-component",
4848
widget: {
4949
// https://uiball.com/ldrs/
@@ -78,7 +78,7 @@ export default createEodash({
7878
},
7979
widgets: [
8080
{
81-
id: Symbol(),
81+
id: "Tools",
8282
type: "internal",
8383
title: "Tools",
8484
layout: { x: 0, y: 0, w: 3, h: 1 },
@@ -99,7 +99,7 @@ export default createEodash({
9999
},
100100
},
101101
{
102-
id: Symbol(),
102+
id: "Layers",
103103
type: "internal",
104104
title: "Layers",
105105
layout: { x: 0, y: 1, w: 3, h: 6 },

0 commit comments

Comments
 (0)