Skip to content

Commit

Permalink
add id to explicit input on serialize
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 29, 2024
1 parent 540569a commit a6513f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function initControlsManager(
type: controlApi.type,
width,
/** Re-add the `explicitInput` layer on serialize so control group saved object retains shape */
explicitInput: rest,
explicitInput: { id, ...rest },
};
});

Expand Down

0 comments on commit a6513f5

Please sign in to comment.