* Fix plus dialog

* Remove activity indicator on review item download button

* fix explore view
This commit is contained in:
Josh Hawkins
2024-11-12 05:37:25 -07:00
committed by GitHub
parent 9c20cd5f7b
commit ed9c67804a
8 changed files with 44 additions and 185 deletions
@@ -533,7 +533,7 @@ type ObjectSnapshotTabProps = {
search: Event;
onEventUploaded: () => void;
};
function ObjectSnapshotTab({
export function ObjectSnapshotTab({
search,
onEventUploaded,
}: ObjectSnapshotTabProps) {