bt-core-app 1.4.592 → 1.4.593
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -40920,7 +40920,7 @@ const q1 = {
|
|
|
40920
40920
|
onClick: (g) => f(m.index),
|
|
40921
40921
|
disabled: m.disabled,
|
|
40922
40922
|
key: m.value ?? m.title,
|
|
40923
|
-
title:
|
|
40923
|
+
title: m.title
|
|
40924
40924
|
}, null, 8, ["onClick", "disabled", "title"]))), 128))
|
|
40925
40925
|
]),
|
|
40926
40926
|
_: 1
|
package/package.json
CHANGED