From c4bae8b72bfc601f11ed331747b9f2430b19690a Mon Sep 17 00:00:00 2001 From: Mattia Pavinati Date: Tue, 12 Nov 2024 16:13:48 +0100 Subject: [PATCH] Fix call to refresh the device list Add missing parameter Signed-off-by: Mattia Pavinati --- src/DevicesPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DevicesPage.tsx b/src/DevicesPage.tsx index 1a64536a..404cbc01 100644 --- a/src/DevicesPage.tsx +++ b/src/DevicesPage.tsx @@ -496,7 +496,7 @@ export default (): React.ReactElement => { } errorFallback={ - devicesFetcher.refresh()} /> + devicesFetcher.refresh({})} /> } > {({ devices, nextToken }) =>