I am using the latest version of Strapi 4.5.6 and I am trying to increase the number of Relations displayed from 5 to at least 10.
I found that the component RelationInputDataManager.js is using the constant
export const RELATIONS_TO_DISPLAY = 5;
But is there a way to override this value in my installation?
Thank you in advance