We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f94f2 commit e1327a8Copy full SHA for e1327a8
dash/dash-renderer/src/actions/index.js
@@ -21,7 +21,6 @@ export const setRequestQueue = createAction(getAction('SET_REQUEST_QUEUE'));
21
export const insertComponent = createAction(getAction('INSERT_COMPONENT'));
22
export const removeComponent = createAction(getAction('REMOVE_COMPONENT'));
23
24
-// Change the variable name of the action
25
export const onPropChange = createAction(getAction('ON_PROP_CHANGE'));
26
27
export function updateProps(payload) {
0 commit comments