Merge pull request #5047 from Pandetthe/master

Fix return value of edit_custom_field_dropdown_item
This commit is contained in:
Lauri Ojansivu 2023-08-02 15:26:45 +03:00 committed by GitHub
commit a94cc5351f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -549,7 +549,7 @@ if (Meteor.isServer) {
JsonRoutes.sendResult(res, {
code: 200,
data: { _id: customFieldId },
data: { _id: paramDropdownItemId },
});
},
);