mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 13:16:48 +00:00
fix: lint formatting — attribute ordering, line breaks, whitespace
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user