sanity-plugin-mux-input 2.0.7 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -138,7 +138,7 @@ const MuxVideoOld = ({asset, buttons, readOnly, onChange, dialogState, setDialog
138
138
  onError={handleError}
139
139
  slot="media"
140
140
  preload="metadata"
141
- crossOrigin="anonomous"
141
+ crossOrigin="anonymous"
142
142
  >
143
143
  <ThumbnailsMetadataTrack asset={asset} />
144
144
  </MuxVideo>