mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-28 12:11:53 +01:00
Track dialogs
This commit is contained in:
@@ -18,6 +18,7 @@ export function useDeleteWorkspace(workspace: Workspace | null) {
|
||||
return useMutation<Workspace | null, string>({
|
||||
mutationFn: async () => {
|
||||
const confirmed = await confirm({
|
||||
id: 'delete-workspace',
|
||||
title: 'Delete Workspace',
|
||||
variant: 'delete',
|
||||
description: (
|
||||
|
||||
Reference in New Issue
Block a user