Browse Source

chore: remove space

pull/1958/head
Wing-Kam Wong 3 years ago
parent
commit
c40fb28c95
  1. 2
      packages/nocodb/src/lib/noco/meta/api/tableApis.ts

2
packages/nocodb/src/lib/noco/meta/api/tableApis.ts

@ -223,7 +223,7 @@ export async function tableDelete(req: Request, res: Response) {
)
);
NcError.badRequest(
`Table can't be deleted since Table is being referred in following tables : ${referredTables.join(
`Table can't be deleted since Table is being referred in following tables : ${referredTables.join(
', '
)}. Delete LinkToAnotherRecord columns and try again.`
);

Loading…
Cancel
Save