🐛 Fixed bug on the AirDC++ settings page

This commit is contained in:
2022-09-19 15:41:32 -07:00
parent 262f8d49d7
commit eda11d3537
3 changed files with 26 additions and 9 deletions

View File

@@ -16,7 +16,6 @@ export const saveSettings =
method: "POST",
data: { settingsPayload, settingsObjectId },
});
console.log(result.data);
dispatch({
type: SETTINGS_OBJECT_FETCHED,
data: result.data,