fix: link to managing custom fields

This commit is contained in:
cv
2024-04-13 10:46:58 +02:00
committed by Carlos Valente
parent b63e3ed8f3
commit 84839824fb
@@ -63,7 +63,7 @@ export default function EventEditor() {
);
const handleOpenCustomManager = () => {
setSearchParams({ settings: 'project_settings__custom' });
setSearchParams({ settings: 'feature_settings__custom' });
};
if (!event) {