Skip to content

Commit

Permalink
Format...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Dec 6, 2024
1 parent cfb6515 commit 54a56cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Collections/ListCollectionCreator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ function renameElement(element: any, name: string) {

<ul>
<li v-if="!fromSelection">
Move datsets from the "Unselected" column to the "Selected" column below to compose the
list in the intended order and with the intended datasets.
Move datsets from the "Unselected" column to the "Selected" column below to compose the list
in the intended order and with the intended datasets.
</li>
<li v-if="!fromSelection">
The filter textbox can be used to rapidly find the datasets of interest by name.
Expand Down

0 comments on commit 54a56cd

Please sign in to comment.