Skip to content

Commit

Permalink
Fix query interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Oct 26, 2024
1 parent b27ef27 commit 81064f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daiquiri/query/assets/js/components/modals/ShowModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'

import Query from 'daiquiri/core/assets/js/components/Query'

import JobParameters from 'daiquiri/query/assets/js/components/query/job/JobParameters'
import JobParameters from 'daiquiri/query/assets/js/components/submit/job/JobParameters'

const ShowModal = ({ modal, job, loadForm, loadJob }) => {
return (
Expand Down

0 comments on commit 81064f8

Please sign in to comment.