mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
refactor: items active by default
This commit is contained in:
committed by
Carlos Valente
parent
1d4ddea596
commit
8ef807d6cb
+1
-1
@@ -78,7 +78,7 @@ export default function UrlPresetsForm() {
|
||||
|
||||
const addNew = () => {
|
||||
prepend({
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
alias: '',
|
||||
pathAndParams: '',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user