You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
linkResult.fields.push({
name: 'appearance',
type: 'select',
defaultValue: 'default',
options: appearanceOptionsToUse,
admin: {
description: 'Choose how the link should be rendered.'
}
});
SelectInput throws "TypeError: undefined is not an object (evaluating 'matchingOption.label')" if 'default' is not in appearanceOptionsToUsearound here probably.
I guess there's a small bug in fields/link.ts
SelectInput throws
"TypeError: undefined is not an object (evaluating 'matchingOption.label')"if 'default' is not in appearanceOptionsToUse around here probably.There's a place in fields/hero.ts