tw-react-components 0.0.177 → 0.0.178
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/index.esm.js +2 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -1686,7 +1686,7 @@ const ConfirmDialog = ({ open, title, children, yesLabel, noLabel, onConfirm, on
|
|
|
1686
1686
|
try {
|
|
1687
1687
|
yield onConfirm();
|
|
1688
1688
|
}
|
|
1689
|
-
|
|
1689
|
+
finally {
|
|
1690
1690
|
setLoading(false);
|
|
1691
1691
|
}
|
|
1692
1692
|
onClose();
|
|
@@ -1796,7 +1796,7 @@ function ListSorterDialog({ className, open, title, items, idResolver, renderer,
|
|
|
1796
1796
|
try {
|
|
1797
1797
|
yield onSubmit(sortedItems);
|
|
1798
1798
|
}
|
|
1799
|
-
|
|
1799
|
+
finally {
|
|
1800
1800
|
setLoading(false);
|
|
1801
1801
|
}
|
|
1802
1802
|
onClose();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tw-react-components",
|
|
3
3
|
"description": "A set of React components build with TailwindCSS to make a nice dashboard.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.178",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://bacali95.github.io/tw-react-components",
|
|
7
7
|
"type": "module",
|