Skip to content

Resolve "Provide SVG as a prop instead of hiding and copy them in environments table"

Filipa Lacerda requested to merge 25374-svg-as-prop into master

What does this MR do?

  • Provides SVG as a prop instead of manually manipulate the DOM to show it
  • Uniforms all props names in environments related components, 3 formats were being used and it was error prone
  • Adds tests for the new SVG props.

Why was this MR needed?

Technical debt.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #25374 (closed)

Merge request reports