Browse Source

chore(nocodb): lint

pull/7768/head
Ramesh Mane 6 months ago
parent
commit
858a134d8f
  1. 2
      packages/nocodb/src/models/FormView.ts

2
packages/nocodb/src/models/FormView.ts

@ -89,7 +89,7 @@ export default class FormView implements FormType {
if (insertObj?.logo_url) {
insertObj.logo_url = this.serializeAttachmentJSON(insertObj.logo_url);
}
if (insertObj?.banner_image_url) {
insertObj.banner_image_url = this.serializeAttachmentJSON(
insertObj.banner_image_url,

Loading…
Cancel
Save