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 d48b5eb commit f1bc926Copy full SHA for f1bc926
app/guid-node/registrations/controller.ts
@@ -39,11 +39,7 @@ export default class GuidNodeRegistrations extends Controller {
39
getRegistrationSchemas = task(function *(this: GuidNodeRegistrations) {
40
let schemas = yield this.store.query('registration-schema',
41
{
42
- adapterOptions: {
43
- query: {
44
- 'filter[active]': true,
45
- },
46
+ 'filter[active]': true,
47
});
48
schemas = schemas.toArray();
49
schemas.sort((a: RegistrationSchema, b: RegistrationSchema) => a.name.length - b.name.length);
0 commit comments