Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
spot-web-app
Commits
b6502c9a
Commit
b6502c9a
authored
May 17, 2019
by
Alexandre Duret-Lutz
Browse files
fix display of CircularProgress in all tabs except Translate
parent
61824f9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/LtlApp.js
View file @
b6502c9a
...
...
@@ -800,7 +800,7 @@ class LtlRewrite extends React.Component {
this
.
timer
=
setTimeout
(()
=>
{
this
.
setState
({
result
:
(
)
=>
(
result
:
(
<
CircularProgress
className
=
{
this
.
props
.
classes
.
progress
}
/
>
)
});
...
...
@@ -1033,7 +1033,7 @@ class LtlStudy extends React.Component {
this
.
timer
=
setTimeout
(()
=>
{
this
.
setState
({
result
:
(
)
=>
(
result
:
(
<
CircularProgress
className
=
{
this
.
props
.
classes
.
progress
}
/
>
)
});
...
...
@@ -1570,7 +1570,7 @@ class LtlCompare extends React.Component {
this
.
timer
=
setTimeout
(()
=>
{
this
.
setState
({
result
:
(
)
=>
(
result
:
(
<
CircularProgress
className
=
{
this
.
props
.
classes
.
progress
}
/
>
)
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment