Browse Source

fix: table icon update issue

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/5620/head
mertmit 1 year ago
parent
commit
ccc3c7eef9
  1. 2
      packages/nocodb/src/controllers/tables.controller.ts

2
packages/nocodb/src/controllers/tables.controller.ts

@ -99,7 +99,7 @@ export class TablesController {
await this.tablesService.tableUpdate({
tableId: tableId,
table: body,
projectId: req.user,
projectId: req.ncProjectId,
});
return { msg: 'The table has been updated successfully' };
}

Loading…
Cancel
Save