fix typo: use actual null. fixes #4801 (#4803)

This commit is contained in:
Fatih Kaya
2021-04-01 13:17:05 +00:00
committed by GitHub
parent 4ee0f9648c
commit 658dc7ade0

View File

@@ -218,7 +218,7 @@ function initLocalStore(collection: string, field: string, type: typeof localTyp
many_primary: fieldsStore.getPrimaryKeyFieldForCollection(collection)?.field,
one_collection: '',
one_primary: '',
sort_field: 'null',
sort_field: null,
},
];
}