Skip to content

Commit

Permalink
refactor: remove unused save button
Browse files Browse the repository at this point in the history
  • Loading branch information
procaconsul committed Aug 23, 2024
1 parent b68627e commit b6636d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/QuestionPage/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button, Flex, Grid, Separator } from '@radix-ui/themes'
import { Flex, Grid, Separator } from '@radix-ui/themes'
import { instanceToPlain } from 'class-transformer'
import { map, sum } from 'lodash'
import React, { FC } from 'react'
Expand Down Expand Up @@ -80,9 +80,6 @@ const QuestionPage: FC<QuestionPageProps> = ({
)
})}
</Question>
<Button size="4" color="green" type="submit" onClick={() => {}}>
Save Answers
</Button>
</Body>
</>
)
Expand Down

0 comments on commit b6636d9

Please sign in to comment.