FIX: added reference columns on get table metadata connection test

This commit is contained in:
Gabriel Rosa
2022-08-22 10:23:06 -03:00
parent 0759f66144
commit d09bf96e6f
5 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export class InputsService {
if (data.credentials) data.credentials = JSON.stringify(data.credentials);
const input = await lastValueFrom(
this.inputWriteService.InputCreate(data),
this.inputWriteService.InputCreate({ info, input: data }),
);
// .catch((err: { details: string }) => {
// if (err.details === 'Item Not found!') {