Disable fast boot + Remove deprecated ElementsList.test.tsx

This commit is contained in:
Eric NGUYEN 2022-10-03 14:08:13 +02:00
parent 0d05f0959c
commit 701989649c
2 changed files with 1 additions and 252 deletions

View file

@ -12,7 +12,7 @@ import { Position } from '../Enums/Position';
/// EDITOR DEFAULTS ///
/** Enable fast boot and disable main menu (default = false) */
export const FAST_BOOT = true;
export const FAST_BOOT = false;
/** Disable any call to the API (default = false) */
export const DISABLE_API = false;