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.
1 parent ec26073 commit f3590a7Copy full SHA for f3590a7
packages/data/src/entry-pop/entry-pop.component.ts
@@ -93,7 +93,7 @@ export class EntryPopComponent extends PopComponent implements OnInit {
93
94
/** Initialize the allowed methods to determine which buttons should be shown. */
95
ngOnInit() {
96
- this.auth.getAllowedMethods(this.model, this.config.methods)
+ this.auth.getAllowedModelMethods(this.model, this.config.methods)
97
.then((methods) => {
98
this.config.methods = methods;
99
});
0 commit comments