This commit is contained in:
Yurii
2026-02-25 11:36:06 +02:00
parent c392fabc14
commit b48b033be8

View File

@@ -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(),