Hi all,
in the crm app in this path : apps/crm/frontend/src/components/Controls/Link.vue
in line number 44 : after removed condition in div element <div v-if=“attrs.onCreate”>
it is showing “Create New” button in the link field dropdown bottom
but if I click this button it is showing this error message in the console:
“TypeError: E(…).onCreate is not a function”
has anyone resolved this feature in crm app ?