summaryrefslogtreecommitdiff
path: root/src/store/modules/Operations/FactoryResetStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/modules/Operations/FactoryResetStore.js')
-rw-r--r--src/store/modules/Operations/FactoryResetStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/modules/Operations/FactoryResetStore.js b/src/store/modules/Operations/FactoryResetStore.js
index 83bddeb0..395cae19 100644
--- a/src/store/modules/Operations/FactoryResetStore.js
+++ b/src/store/modules/Operations/FactoryResetStore.js
@@ -7,7 +7,7 @@ const FactoryResetStore = {
async resetToDefaults() {
return await api
.post('/redfish/v1/Managers/bmc/Actions/Manager.ResetToDefaults', {
- ResetToDefaultsType: 'ResetAll',
+ ResetType: 'ResetAll',
})
.then(() => i18n.t('pageFactoryReset.toast.resetToDefaultsSuccess'))
.catch((error) => {