Skip to content

Commit bb3ce98

Browse files
committed
Fix type issue with catalog cache
1 parent 8380a6d commit bb3ce98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/ui/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export function App() {
146146
<div>
147147

148148
<ButtonGroup>
149-
<Button onClick={loadCatalog}>Refresh catalog</Button>
149+
<Button onClick={() => loadCatalog(true)}>Refresh catalog</Button>
150150
<Button onClick={loadRegistry}>Refresh registry</Button>
151151
</ButtonGroup>
152152
<RegistrySyncStatus registryLoaded={registryLoaded} />

0 commit comments

Comments
 (0)