Skip to content

Commit

Permalink
Merge pull request #15048 from jdavcs/dev_jslint_fix
Browse files Browse the repository at this point in the history
Fix js linting
  • Loading branch information
davelopez authored Nov 22, 2022
2 parents d11eab8 + 13e5c50 commit 5d152a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Form/FormElement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ library.add(faExclamation, faTimes, faArrowsAltH, faCaretSquareDown, faCaretSqua
:workflow-building-mode="workflowBuildingMode" />
<FormSelection
v-else-if="props.type == 'select' && attrs.display == 'radio'"
v-model="currentValue"
:id="id"
v-model="currentValue"
:data="attrs.data"
:display="attrs.display"
:options="attrs.options"
Expand Down
6 changes: 0 additions & 6 deletions client/src/entry/analysis/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ export default {
return { toastRef, confirmDialogRef };
},
setup() {
const toastRef = ref(null);
setToastComponentRef(toastRef);
return { toastRef };
},
data() {
return {
config: getGalaxyInstance().config,
Expand Down

0 comments on commit 5d152a2

Please sign in to comment.