Skip to content

Commit

Permalink
- Code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bnguyen-bcgsc committed Sep 11, 2024
1 parent 5eccf6b commit f069071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/VariantForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ const VariantForm = ({

try {
let result;

if (formVariant === FORM_VARIANT.NEW) {
result = await api.post(routeName, payload);
} else {
Expand Down

0 comments on commit f069071

Please sign in to comment.