0xBootleggers / bufficorn

Bufficorn Ventures Custom DAO App
https://bufficorn.vercel.app
MIT License
0 stars 1 forks source link

Fix Label Overrides #44

Closed earth2travis closed 1 year ago

earth2travis commented 1 year ago

Not able to update the following with the spread operator label override:

FUND_COMPANY

FIELD.REQUEST_TOKEN,

{ ...FIELD.REQUEST_TOKEN, label: 'ERC-20 Tokens' },

BECOME_PARTNER

FIELD.TRIBUTE,

{ ...FIELD.TRIBUTE, label: 'Tribute Token Address' },

{ ...FIELD.TRIBUTE, label: 'Tribute Token Amount' },

It appears these labels are hard coded in the package

skuhlmann commented 1 year ago

Tribute field has 2 field labels so we have to hard code it in this instance.

This one feels super nick picky, but I'll add the word Tribute to each label.

earth2travis commented 1 year ago

Fund Company

Image

Become Partner

Image