mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-10 08:39:34 +00:00
refactor: items active by default
This commit is contained in:
committed by
Carlos Valente
parent
1d4ddea596
commit
8ef807d6cb
@@ -60,7 +60,7 @@ export default function HttpIntegrations() {
|
||||
id: generateId(),
|
||||
cycle: 'onLoad',
|
||||
message: '',
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user