Fix return value of edit_custom_field_dropdown_item

This commit is contained in:
Jakub Jurczyk 2023-08-02 14:11:47 +02:00 committed by GitHub
parent 1be3a5c918
commit 7865368153
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 },
});
},
);