mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-03 20:24:19 +00:00
Fixed: Add payload to createSaveHandler
This commit is contained in:
@@ -8,7 +8,7 @@ function createSaveHandler(section, url) {
|
||||
dispatch(set({ section, isSaving: true }));
|
||||
|
||||
const state = getSectionState(getState(), section, true);
|
||||
const saveData = Object.assign({}, state.item, state.pendingChanges);
|
||||
const saveData = Object.assign({}, state.item, state.pendingChanges, payload);
|
||||
|
||||
const promise = $.ajax({
|
||||
url,
|
||||
|
||||
Reference in New Issue
Block a user