Skip to content

Commit

Permalink
bugfix:Remove arrow icon from cancel button in Create Questionnaire
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinpraveengo committed Feb 23, 2025
1 parent 327a2b8 commit b3cda28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Questionnaire/QuestionnaireEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@ export default function QuestionnaireEditor({ id }: QuestionnaireEditorProps) {
</div>
<div className="flex gap-2">
<Button variant="outline" onClick={handleCancel}>
<CareIcon icon="l-arrow-left" className="mr-2 h-4 w-4" />
Cancel
</Button>
<Button onClick={handleSave} disabled={isCreating || isUpdating}>
Expand Down

0 comments on commit b3cda28

Please sign in to comment.