mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
ux fix
This commit is contained in:
@@ -45,11 +45,15 @@ export default class extends VarcharFieldView {
|
||||
{{/if}}
|
||||
`
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {import('collection').default|null}
|
||||
*/
|
||||
portalCollection = null
|
||||
|
||||
data() {
|
||||
const isNotEmpty = this.model.entityType !== 'AuthenticationProvider' ||
|
||||
this.portalCollection;
|
||||
(this.portalCollection && this.portalCollection.length);
|
||||
|
||||
return {
|
||||
value: this.getValueForDisplay(),
|
||||
|
||||
Reference in New Issue
Block a user