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 26fdc46 commit 5917b57Copy full SHA for 5917b57
x-pack/plugins/canvas/public/state/selectors/workpad.ts
@@ -497,7 +497,7 @@ export function getRenderedWorkpad(state: State) {
497
const workpad = getWorkpad(state);
498
499
// eslint-disable-next-line no-unused-vars
500
- const { pages, ...rest } = workpad;
+ const { pages, variables, ...rest } = workpad;
501
502
return {
503
pages: renderedPages,
0 commit comments