code7-leia 0.1.138 → 0.1.140
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/code7-leia.cjs.development.js +4 -2
- package/dist/code7-leia.cjs.development.js.map +1 -1
- package/dist/code7-leia.cjs.production.min.js +1 -1
- package/dist/code7-leia.cjs.production.min.js.map +1 -1
- package/dist/code7-leia.esm.js +4 -2
- package/dist/code7-leia.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/FileArea/index.tsx +1 -1
- package/src/components/TestArea/index.tsx +6 -1
|
@@ -1417,8 +1417,7 @@ var FileArea = function FileArea() {
|
|
|
1417
1417
|
};
|
|
1418
1418
|
});
|
|
1419
1419
|
setOptionsPresset(options);
|
|
1420
|
-
}
|
|
1421
|
-
{
|
|
1420
|
+
} else if (optionsPresset.length > 0) {
|
|
1422
1421
|
setOptionsPresset([]);
|
|
1423
1422
|
}
|
|
1424
1423
|
}, [tags]);
|
|
@@ -1663,6 +1662,9 @@ var TestArea = function TestArea() {
|
|
|
1663
1662
|
setPresset = _useState3[1];
|
|
1664
1663
|
var dispatch = reactRedux.useDispatch();
|
|
1665
1664
|
var tags = propTags ? propTags.tags : [];
|
|
1665
|
+
React.useEffect(function () {
|
|
1666
|
+
console.log('isLoading: ', isLoading);
|
|
1667
|
+
}, [isLoading]);
|
|
1666
1668
|
var optionsPersona = personas && personas.map(function (persona) {
|
|
1667
1669
|
return {
|
|
1668
1670
|
label: persona.name,
|