Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/shibui-2394' into featur…
Browse files Browse the repository at this point in the history
…e/shibui-2394
  • Loading branch information
chasegawa committed Oct 18, 2022
2 parents 5f285be + 06b75a1 commit f6fd988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/app/admin/component/GroupForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { faSpinner, faSave } from '@fortawesome/free-solid-svg-icons';
import Translate from '../../i18n/components/translate';
import set from 'lodash/set';

import { useGroupUiSchema, useGroupUiValidator, useGroupSchema, useGroupParser, useGroupFormatter} from '../hooks';
import { useGroupUiSchema, useGroupUiValidator, useGroupParser, useGroupFormatter} from '../hooks';
import { FormContext, setFormDataAction, setFormErrorAction } from '../../form/FormManager';

export function GroupForm ({group = {}, errors = [], context = {}, loading = false, schema, onSave, onCancel}) {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/form/component/widgets/MultiSelectWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const MultiSelectWidget = ({
setEnumNames(items.enumNames);
}, [schema]);

const [touched, setTouched] = React.useState(false);
const [touched] = React.useState(false);

React.useEffect(() => {

Expand Down

0 comments on commit f6fd988

Please sign in to comment.