Skip to content

Commit

Permalink
Merge pull request #1060 from nataliauvarova/parallel_corpora
Browse files Browse the repository at this point in the history
fix styles modal
  • Loading branch information
nataliauvarova authored Nov 13, 2023
2 parents cf524a3 + e59fdac commit 924e002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DictImport/LanguageSelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Dictionary extends React.Component {
<b className="blob-name">{blob.get("name")}</b>
<div className="blob-lang">
<Modal
dimmer="blurring"
dimmer
open={this.state.open}
closeIcon
onClose={this.toggle}
Expand Down

0 comments on commit 924e002

Please sign in to comment.