mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
feat: make empty trash btn destructive
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -151,7 +151,7 @@ function EmptyTrashButton() {
|
|||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
type="button"
|
type="button"
|
||||||
variant="outline"
|
variant="destructive"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setIsDeleteConfirmationDialogOpen(true)
|
setIsDeleteConfirmationDialogOpen(true)
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user