mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 17:12:16 +03:00
UI fixes (#14933)
* Fix plus dialog * Remove activity indicator on review item download button * fix explore view
This commit is contained in:
@@ -161,7 +161,7 @@ export default function ReviewDetailDialog({
|
||||
)}
|
||||
>
|
||||
<Tooltip>
|
||||
<TooltipTrigger>
|
||||
<TooltipTrigger asChild>
|
||||
<Button
|
||||
aria-label="Share this review item"
|
||||
size="sm"
|
||||
|
||||
@@ -533,7 +533,7 @@ type ObjectSnapshotTabProps = {
|
||||
search: Event;
|
||||
onEventUploaded: () => void;
|
||||
};
|
||||
function ObjectSnapshotTab({
|
||||
export function ObjectSnapshotTab({
|
||||
search,
|
||||
onEventUploaded,
|
||||
}: ObjectSnapshotTabProps) {
|
||||
|
||||
Reference in New Issue
Block a user