Skip to content

Commit

Permalink
[frontend] wip: refacto content tab
Browse files Browse the repository at this point in the history
  • Loading branch information
marieflorescontact committed Jun 11, 2024
1 parent fbe500f commit 9f60524
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import 'react-pdf/dist/esm/Page/AnnotationLayer.css';
import ReactMde from 'react-mde';
import { interval } from 'rxjs';
import Typography from '@mui/material/Typography';
import Paper from '@mui/material/Paper';
import TextFieldAskAI from '../form/TextFieldAskAI';
import inject18n from '../../../../components/i18n';
import StixCoreObjectContentFiles, { stixCoreObjectContentFilesUploadStixCoreObjectMutation } from './StixCoreObjectContentFiles';
Expand Down Expand Up @@ -665,7 +664,7 @@ class StixCoreObjectContentComponent extends Component {
language: 'en',
toolbar: { shouldNotGroupWhenFull: true },
}}
data={contentSelected ?? ''}
data={contentSelected}
onChange={() => {
this.setState({ changed: true });
}}
Expand Down

0 comments on commit 9f60524

Please sign in to comment.