Files
Daniel Jagszent 7240a0b72d fix(components): [empty] remove static ID attributes from SVG (#19764)
The default empty state SVG had some static ID attributes in them. They prevented the component to be used more than once on a page (IDs need to be unique in a document).

This commit just deletes the IDs. They do not get used anyway.
2025-03-19 08:43:43 +08:00
..