* Fix plus dialog

* Remove activity indicator on review item download button

* fix explore view
This commit is contained in:
Josh Hawkins
2024-11-12 06:37:25 -06:00
committed by GitHub
parent 9c20cd5f7b
commit ed9c67804a
8 changed files with 44 additions and 185 deletions

View File

@@ -471,6 +471,9 @@ export default function SearchView({
showObjectLifecycle={() =>
onSelectSearch(value, index, "object lifecycle")
}
showSnapshot={() =>
onSelectSearch(value, index, "snapshot")
}
/>
</div>
</div>