Increase the number of relations displayed

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

Best solution would be to patch package it and do the change that way I guess.