Skip to content

Commit

Permalink
chore: log
Browse files Browse the repository at this point in the history
  • Loading branch information
supproduction committed Aug 30, 2024
1 parent e5c030c commit f7e8484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/platform/experience/data-text/data-text.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class DataTextComponent extends TextMixin(

protected $data = computed<string | undefined>(() => {
const { entity: type, field } = this.$options();
console.log(type, field);

return this.entityService
.getField<string>({ element: this, type, field })
.pipe(catchError(() => of()));
Expand Down

0 comments on commit f7e8484

Please sign in to comment.