We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ac1967 + 88c54fd commit fc30ba0Copy full SHA for fc30ba0
apps/back-office/src/app/application/pages/form/form.component.ts
@@ -137,7 +137,7 @@ export class FormComponent extends SafeUnsubscribeComponent implements OnInit {
137
)
138
.subscribe(({ data, loading }) => {
139
this.form = data.form;
140
- this.canEditName = this.step?.canUpdate || false;
+ this.canEditName = this.page?.canUpdate || false;
141
this.applicationId = this.page?.application?.id || '';
142
this.loading = loading;
143
});
0 commit comments