mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 15:09:10 +00:00
fix: link to managing custom fields
This commit is contained in:
@@ -63,7 +63,7 @@ export default function EventEditor() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const handleOpenCustomManager = () => {
|
const handleOpenCustomManager = () => {
|
||||||
setSearchParams({ settings: 'project_settings__custom' });
|
setSearchParams({ settings: 'feature_settings__custom' });
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!event) {
|
if (!event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user