#how to remove type column from Join field?

1 messages · Page 1 of 1 (latest)

round cradle
#

Hello!

when using a join, Payload is adding a redundant "Type" column, despitem e explicitely saying I don't want it. How can i remove this column? it's taking /# the UI up with information that is implicit.

    {
      name: "__children",
      label: "Child Learning Objectives",
      type: "join",
      collection: "question-bank-learning-objectives",
      on: "_parent",
      admin: {
        defaultColumns: ['publicId', 'text', 'source'],
      }
    }

thanks!

quartz furnaceBOT