Skip to content

Commit

Permalink
Merge pull request #101 from ClearContracts/justin/false-info-save
Browse files Browse the repository at this point in the history
reload db on update fn
  • Loading branch information
justinschreiner authored Nov 11, 2024
2 parents 15bb073 + bf31f94 commit 9940d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/coordinator/manageActivePowerTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export function ManageActivePowerTable(): JSX.Element {
} else {
toast.error(data.message);
}
setReload(!reload);
return newRow;
}

Expand Down

0 comments on commit 9940d2e

Please sign in to comment.