Updating component in one single type affects another

System Information
  • Strapi Version: 4.3.6
  • Operating System:
  • Database: MySql
  • Node Version: 16.x
  • NPM Version:
  • Yarn Version:

I have recently reorganized a few of my components to make more sense as to which category they are under. When I got all of the updates deployed there was some data missing from these components I moved and I expected that to be the case.

But now when I update a field in a component for a particular single type (site page) it will update the same field where that component is used in another single type. Aside from the category/section the components are under nothing has changed and this was working fine before. Any help much appreciated!!