Skip to content

Commit

Permalink
Merge branch 'develop' into fallbackurl-in-goBack
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishith25 authored Jan 25, 2025
2 parents 407dfd4 + e43fe7d commit e44190c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
27 changes: 13 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"@esbuild/linux-arm64": "latest",
"@esbuild/linux-x64": "latest",
"@rollup/rollup-linux-arm64-gnu": "4.31.0",
"@rollup/rollup-linux-x64-gnu": "4.30.1"
"@rollup/rollup-linux-x64-gnu": "4.32.0"
},
"browserslist": {
"production": [
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}
2 changes: 1 addition & 1 deletion src/Utils/request/api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ const routes = {
},
removeOrganization: {
path: "/api/v1/encounter/{encounterId}/organizations_remove/",
method: "POST",
method: "DELETE",
TRes: Type<Encounter>(),
TBody: Type<{ organization: string }>(),
},
Expand Down
1 change: 0 additions & 1 deletion src/components/Questionnaire/QuestionnaireForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ export function QuestionnaireForm({
};

const handleSubmissionError = (results: ValidationErrorResponse[]) => {
toast.error("Form Errr");
const updatedForms = [...questionnaireForms];
const errorMessages: string[] = [];

Expand Down

0 comments on commit e44190c

Please sign in to comment.