Browse Source

fix: table icon update issue

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/5620/head
mertmit 2 years 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({ await this.tablesService.tableUpdate({
tableId: tableId, tableId: tableId,
table: body, table: body,
projectId: req.user, projectId: req.ncProjectId,
}); });
return { msg: 'The table has been updated successfully' }; return { msg: 'The table has been updated successfully' };
} }

Loading…
Cancel
Save