forked from Github/frigate
UI tweaks (#13705)
* mobile page component * object lifecycle pane tweaks * use mobile page component for review and search detail * fix frigate+ dialog when using mobile page component * small tweaks
This commit is contained in:
@@ -9,7 +9,7 @@ export function shareOrCopy(url: string, title?: string) {
|
||||
});
|
||||
} else {
|
||||
copy(url);
|
||||
toast.success("Copied to clipboard.", {
|
||||
toast.success("Copied URL to clipboard.", {
|
||||
position: "top-center",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user