Skip to content

Commit 129e4ef

Browse files
committed
Tweak delay timing
1 parent 14a4e98 commit 129e4ef

File tree

1 file changed

+1
-1
lines changed
  • src/shared/containers/SubmissionManagement

1 file changed

+1
-1
lines changed

src/shared/containers/SubmissionManagement/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import smpActions from '../../actions/page/submission_management';
2121

2222
const { getService } = services.submissions;
2323

24-
const TIME_DELAY = 300;
24+
const TIME_DELAY = 500;
2525
const theme = {
2626
container: style.modalContainer,
2727
};

0 commit comments

Comments
 (0)