@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.js CHANGED
@@ -31279,7 +31279,8 @@ var SpansListPage = () => {
31279
31279
  }, []);
31280
31280
  const handleRetry = useCallback10(() => {
31281
31281
  void checkStatus();
31282
- }, [checkStatus]);
31282
+ fetchForward();
31283
+ }, [checkStatus, fetchForward]);
31283
31284
  const handleEnable = useCallback10(async () => {
31284
31285
  await api.setStatus({ status: "ENABLED" });
31285
31286
  void checkStatus();