Converting free box to Image issue

I wanted to convert a free box with a background-image to an actual Image. I added an Image and then copied and pasted styles from the free box to it and then i deleted the free box.

Then i decided to change the source of the image and delete the previous source but couldn’t because it says it’s used somewhere (and force delete causes an error).

I suspect that that background-image: url() was pasted to the Image component’s styles internally but there’s no way to unset it because there’s no UI for it.

Inspecting the generated code confirms that the Image does have a background-image style set on it

Interesting, thanks that’s a bug, the quick fix In the meantime is to create a separate image that doesn’t have the background image setting set