Skip to content

Commit

Permalink
QuestionnaireForm Cleanup (#2801)
Browse files Browse the repository at this point in the history
* Cleanup

* Lint

* Fixed prettier issues

---------

Co-authored-by: Cody Ebberson <[email protected]>
  • Loading branch information
jamestouri and codyebberson authored Sep 9, 2023
1 parent 6f8e207 commit 83432e6
Show file tree
Hide file tree
Showing 6 changed files with 1,233 additions and 1,241 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import {
import React, { useEffect, useRef, useState } from 'react';
import { Form } from '../Form/Form';
import { useMedplum } from '../MedplumProvider/MedplumProvider';
import { QuestionnaireFormItem } from '../QuestionnaireForm/QuestionnaireForm';
import { getValueAndType } from '../ResourcePropertyDisplay/ResourcePropertyDisplay';
import { ResourcePropertyInput } from '../ResourcePropertyInput/ResourcePropertyInput';
import { useResource } from '../useResource/useResource';
import { killEvent } from '../utils/dom';
import { isChoiceQuestion, QuestionnaireItemType } from '../utils/questionnaire';
import { QuestionnaireFormItem } from '../QuestionnaireForm/QuestionnaireFormItem/QuestionnaireFormItem';

const useStyles = createStyles((theme) => ({
section: {
Expand Down
Loading

1 comment on commit 83432e6

@vercel
Copy link

@vercel vercel bot commented on 83432e6 Sep 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medplum-storybook – ./

medplum-storybook-git-main-medplum.vercel.app
medplum-storybook-medplum.vercel.app
storybook.medplum.com

Please sign in to comment.