We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58381f0 commit 4718fccCopy full SHA for 4718fcc
src/ts/component/popup/relation.tsx
@@ -28,7 +28,6 @@ const PopupRelation = observer(forwardRef<{}, I.Popup>((props, ref) => {
28
let ret = getRelationKeys().map(relationKey => S.Record.getRelationByKey(relationKey));
29
ret = S.Record.checkHiddenObjects(ret);
30
ret = ret.filter(it => it && !it.isReadonlyValue);
31
- ret = ret.sort(U.Data.sortByName);
32
return ret;
33
};
34
0 commit comments