mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-29 13:00:39 +00:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
export const getSystemSettingsFormInitialValues = () => {
|
|
return {
|
|
max_system_events: 100,
|
|
};
|
|
};
|