Skip to content
Snippets Groups Projects

fix errors on create annotation pannel

Closed Antoine Roy requested to merge fix-error-create-annotation-pannel into mui5-tetras-main-stable
2 unresolved threads

Files

+ 1
2
@@ -503,7 +503,6 @@ class AnnotationCreation extends Component {
@@ -503,7 +503,6 @@ class AnnotationCreation extends Component {
aria-labelledby="range-slider"
aria-labelledby="range-slider"
max={Math.round(this.state.mediaVideo.video.duration)}
max={Math.round(this.state.mediaVideo.video.duration)}
color="secondary"
color="secondary"
windowid={windowId}
sx={{
sx={{
color: 'rgba(1, 0, 0, 0.38)',
color: 'rgba(1, 0, 0, 0.38)',
}}
}}
@@ -798,7 +797,7 @@ const StyledForm = styled('form')(({ theme }) => ({
@@ -798,7 +797,7 @@ const StyledForm = styled('form')(({ theme }) => ({
}));
}));
const StyledToggleButtonGroup = styled(ToggleButtonGroup)(({ theme }) => ({
const StyledToggleButtonGroup = styled(ToggleButtonGroup)(({ theme }) => ({
'&:forst-of-type': {
'&:first-of-type': {
borderRadius: theme.shape.borderRadius,
borderRadius: theme.shape.borderRadius,
},
},
'&:not(:first-of-type)': {
'&:not(:first-of-type)': {
Loading