Skip to content

Commit

Permalink
Allow alert
Browse files Browse the repository at this point in the history
  • Loading branch information
rs22 committed Jan 14, 2024
1 parent a7e1c4b commit bb106de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Point/rasta-point-web/src/Point.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function Point({
try {
await sender(client);
} catch (e) {
// eslint-disable-next-line no-alert
alert(e);
}
};
Expand Down

0 comments on commit bb106de

Please sign in to comment.