Skip to content

Commit

Permalink
🎨 [#4908] Revise import
Browse files Browse the repository at this point in the history
Wrong place and doesn't look great
  • Loading branch information
viktorvanwijk committed Dec 19, 2024
1 parent 97e6e6c commit 037b928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ import {
ValidationErrorsProvider,
filterErrors,
} from 'components/admin/forms/ValidationErrors';
import {getChoicesFromSchema} from 'utils/json-schema';

// TODO-4098: maybe create separate file (JSONOptionsFormFields) for all the fields?
// Though, no need to use multiple FieldSets, so adding the fields to the form is pretty
// straightforward.
import FormVariablesSelect from './fields/FormVariablesSelect';
import RelativeAPIEndpoint from './fields/RelativeAPIEndpoint';
import ServiceSelect from './fields/ServiceSelect';
import {getChoicesFromSchema} from '../../../../../utils/json-schema';


const JSONOptionsForm = ({name, label, schema, formData, onChange}) => {
Expand Down

0 comments on commit 037b928

Please sign in to comment.