Curator picker - how to remove an added image?

I can't figure this out. After I've selected an image with the curator picker, and save the resource, there doesn't appear to be any way to remove said image again?

I've clearly missed something super obvious, but I don't know what. Here's the code that sets up the picker for my categories:

CuratorPicker::make('hero_image_id')
  ->label('Hero image')
  ->relationship('heroImage', 'id')
  ->imageCropAspectRatio('16:9')
  ->imageResizeTargetWidth(1190)
  ->imageResizeTargetHeight(600)


Help?
Solution
For those curious for future searches - make sure your theme is configured in your panel provider 🙂
Was this page helpful?