Skip to content

Commit

Permalink
WAITP-1176 Re-enable bulk access request editor (#4467)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew <vanbeekandrew@gmail.com>
  • Loading branch information
EMcQ-BES and avaek authored Apr 23, 2023
1 parent 8bbc84c commit 46c250d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/admin-panel/src/editor/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ export const openBulkEditModal = (
type: EDITOR_DATA_FETCH_SUCCESS,
recordData: response.body,
});
dispatch({
type: EDITOR_OPEN,
fields,
recordData: response.body,
endpoint: bulkUpdateEndpoint,
});
} catch (error) {
dispatch({
type: EDITOR_ERROR,
Expand Down

0 comments on commit 46c250d

Please sign in to comment.