Update
This commit is contained in:
@@ -53,6 +53,7 @@ export function activateMaintenanceMode({ message = null, extra = null } = {}) {
|
||||
});
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
export function updateMaintenanceState(partial = {}) {
|
||||
return persistState({
|
||||
...maintenanceState,
|
||||
@@ -60,6 +61,8 @@ export function updateMaintenanceState(partial = {}) {
|
||||
});
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> feature/v03-notifications
|
||||
export function deactivateMaintenanceMode({ message = null } = {}) {
|
||||
return persistState({
|
||||
active: false,
|
||||
|
||||
Reference in New Issue
Block a user