Skip to content

Commit 4718fcc

Browse files
committed
fix relation order
1 parent 58381f0 commit 4718fcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ts/component/popup/relation.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const PopupRelation = observer(forwardRef<{}, I.Popup>((props, ref) => {
2828
let ret = getRelationKeys().map(relationKey => S.Record.getRelationByKey(relationKey));
2929
ret = S.Record.checkHiddenObjects(ret);
3030
ret = ret.filter(it => it && !it.isReadonlyValue);
31-
ret = ret.sort(U.Data.sortByName);
3231
return ret;
3332
};
3433

0 commit comments

Comments
 (0)