mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-09 19:03:33 +02:00
Track dialogs
This commit is contained in:
@@ -13,6 +13,7 @@ export function useDeleteEnvironment(environment: Environment | null) {
|
||||
return useMutation<Environment | null, string>({
|
||||
mutationFn: async () => {
|
||||
const confirmed = await confirm({
|
||||
id: 'delete-environment',
|
||||
title: 'Delete Environment',
|
||||
variant: 'delete',
|
||||
description: (
|
||||
|
||||
Reference in New Issue
Block a user