@localstack/appinspector-ui 1.0.102 → 1.0.103
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/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -31266,7 +31266,8 @@ var SpansListPage = () => {
|
|
|
31266
31266
|
}, []);
|
|
31267
31267
|
const handleRetry = (0, import_react69.useCallback)(() => {
|
|
31268
31268
|
void checkStatus();
|
|
31269
|
-
|
|
31269
|
+
fetchForward();
|
|
31270
|
+
}, [checkStatus, fetchForward]);
|
|
31270
31271
|
const handleEnable = (0, import_react69.useCallback)(async () => {
|
|
31271
31272
|
await api.setStatus({ status: "ENABLED" });
|
|
31272
31273
|
void checkStatus();
|