Skip to content
Snippets Groups Projects

Issue #3520077: Cannot remove components from library

1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -35,9 +35,6 @@ const RemoveFromComponentsDialog = () => {
await updateCodeComponent({
id: selectedComponent.machineName,
changes: {
// @todo: Only send wanted changes in the PATCH request when
// https://www.drupal.org/project/experience_builder/issues/3508140 is fixed.
...selectedComponent,
status: false,
},
});
Loading