Skip to content
Prev Previous commit
Next Next commit
Remove spread operator for embedOptions in return
  • Loading branch information
koaning authored Nov 24, 2025
commit 0ae0e6c69e4ef842149a99bf9367dc5ef376cfe5
1 change: 0 additions & 1 deletion frontend/src/plugins/impl/vega/vega-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const LoadedVegaComponent = ({
return {
source: false,
compiled: false,
...embedOptions,
};
}, [embedOptions]);

Expand Down
Loading