Track dialogs

This commit is contained in:
Gregory Schier
2024-01-28 16:33:36 -08:00
parent 15714ae188
commit fb11aff03f
29 changed files with 111 additions and 89 deletions

View File

@@ -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: (