Skip to content

Commit

Permalink
Refactor Scenario5 (#19235)
Browse files Browse the repository at this point in the history
Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
  • Loading branch information
2 people authored and vinner57 committed Aug 31, 2023
1 parent 1e86b5e commit d0e9f95
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 407 deletions.
4 changes: 2 additions & 2 deletions client/app/queue/AssignToAttorneyLegacyModalView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
import { taskActionData } from './utils';
import { sprintf } from 'sprintf-js';

import { AssignToAttorneyLegacyWidgetModal } from './components/AssignToAttorneyLegacyWidget';
import { AssignToAttorneyWidgetModal } from './components/AssignToAttorneyWidget';
import { taskById } from './selectors';
import COPY from '../../COPY';

Expand Down Expand Up @@ -87,7 +87,7 @@ class AssignToAttorneyLegacyModalView extends React.PureComponent {
return null;
}

return (<AssignToAttorneyLegacyWidgetModal
return (<AssignToAttorneyWidgetModal
isModal
match={match}
userId={userId}
Expand Down
Loading

0 comments on commit d0e9f95

Please sign in to comment.