Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit c799029

Browse files
author
pmandrik
committed
add refresh funk import
1 parent 297b688 commit c799029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runregistry_frontend/components/online/manage_run/manageRun/editRunLumisections/EditRunLumisections.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import axios from 'axios';
66

77
import EditComponent from '../../../../../components/common/editComponent/EditComponent';
88
import { api_url } from '../../../../../config/config';
9-
import { refreshRun } from '../../../../../ducks/online/runs';
9+
import { refreshRun, resetAndRefreshRun } from '../../../../../ducks/online/runs';
1010
import { showManageRunModal } from '../../../../../ducks/online/ui';
1111
import { addLumisectionRange } from '../../../../../ducks/online/lumisections';
1212
import { certifiable_online_components } from '../../../../../config/config';
@@ -81,7 +81,7 @@ class EditRunLumisections extends Component {
8181
>
8282
Manually refresh component's statuses
8383
</Button>
84-
84+
&nbsp;
8585
<Button
8686
onClick={async (evt) => {
8787
const { value } = await Swal({

0 commit comments

Comments
 (0)