fix: lint formatting — attribute ordering, line breaks, whitespace

This commit is contained in:
Ramesh Mane
2026-04-10 09:37:40 +00:00
parent e43184c1b5
commit 2bead6b697
5 changed files with 27 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ const { form, formState, isLoading, initialState, submit } = useProvideFormBuild
return await $api.internal.postOperation(
wsId,
activeProjectId.value || NO_SCOPE,
{ operation: activeProjectId.value ? 'baseIntegrationFetchOptions' : 'integrationFetchOptions' },
{ operation: activeProjectId.value ? 'baseIntegrationFetchOptions' : 'integrationFetchOptions' },
{
integration: formState.value,
key,