Skip to content

Commit

Permalink
customer deletion update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryankpoor committed Nov 11, 2024
1 parent 7d18df0 commit 8ec8ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/customers/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function Component() {
fetchCustomers()
} catch (err) {
console.error("Failed to delete customer:", err)
setAlert({ type: 'error', message: 'Failed to delete customer. Please try again.' })
setAlert({ type: 'error', message: 'Customer deletion is not available yet!' })
}
}

Expand Down

0 comments on commit 8ec8ea2

Please sign in to comment.