mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Add cancel button to delete starred event dialog (#7853)
This commit is contained in:
parent
0d6bb6714a
commit
76d4f16db3
@ -556,6 +556,9 @@ export default function Events({ path, ...props }) {
|
|||||||
<p className="mb-2">Confirm deletion of saved event.</p>
|
<p className="mb-2">Confirm deletion of saved event.</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="p-2 flex justify-start flex-row-reverse space-x-2">
|
<div className="p-2 flex justify-start flex-row-reverse space-x-2">
|
||||||
|
<Button className="ml-2" onClick={() => setDeleteFavoriteState({ ...state, showDeleteFavorite: false })} type="text">
|
||||||
|
Cancel
|
||||||
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
className="ml-2"
|
className="ml-2"
|
||||||
color="red"
|
color="red"
|
||||||
|
Loading…
Reference in New Issue
Block a user