Skip to content

Commit

Permalink
Local commit: Added Popup file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattburnett-repo committed Dec 7, 2024
1 parent 30806d3 commit 84ed051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/popup/PopupNewField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const inputLabel = ref("");
const handleAddClick = () => {
// Validate user input and emit 'add' event + payload to CardConnect.vue.
// CardConnect.vue handles the data PUT's via the org store.
//
if (!inputValue.value.trim()) {
alert("Please enter a 'Link to account'.");
Expand Down

0 comments on commit 84ed051

Please sign in to comment.