Fix apps/console lint issues

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-22 12:51:08 +04:00
parent b4a73f2eea
commit dd23449cc0
244 changed files with 7685 additions and 8029 deletions

View File

@@ -59,7 +59,7 @@ export const useDeleteFrameworkMutation = (
return commitDelete({
variables: {
input: {
frameworkId: framework.id!,
frameworkId: framework.id,
},
connections: [connectionId],
},
@@ -69,7 +69,7 @@ export const useDeleteFrameworkMutation = (
{
message: sprintf(
__(
'This will permanently delete framework "%s". This action cannot be undone.',
"This will permanently delete framework \"%s\". This action cannot be undone.",
),
framework.name,
),