feat: replace toggle with radio and option descriptions

This commit is contained in:
José Oliveira 2021-05-12 22:34:42 +01:00 committed by Josh Harvey
parent b5c37442c3
commit c83b3cda56
4 changed files with 81 additions and 27 deletions

View file

@ -2,7 +2,7 @@ const { saveConfig, loadLatest } = require('../lib/new-settings-loader')
exports.up = function (next) {
const newConfig = {
cashIn_automaticCashboxReset: false
cashIn_cashboxReset: 'Manual'
}
return loadLatest()
.then(config => {