Skip to content

Commit

Permalink
KPMP-5571: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy committed Oct 25, 2024
1 parent d697c7f commit 8b423e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SpatialViewer/ImageDatasetList.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { Pagination } from './Plugins/pagination.js';

import "@elastic/react-search-ui-views/lib/styles/styles.css";
import ReportCard from "../ReportCard/ReportCard";
import ParticipantFacet from './Facets/ParticipantFacet.js';
import AllFacets from './Facets/AllFacets.js';

class ImageDatasetList extends Component {

Expand Down Expand Up @@ -262,7 +262,7 @@ class ImageDatasetList extends Component {
className="fas fa-angles-left " icon={faAnglesLeft} />
</div>
</div>
<ParticipantFacet />
<AllFacets />
</div>

</Col>
Expand Down

0 comments on commit 8b423e1

Please sign in to comment.