Remove duplicate toast message on store creation
The CreateStoreDialog already shows a success toast with helpful message. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b7db9bba5a
commit
5ee8321029
1 changed files with 0 additions and 1 deletions
|
|
@ -654,7 +654,6 @@ const checkMerchantProfile = async () => {
|
|||
// Event handlers
|
||||
const onStoreCreated = async (_stall: Stall) => {
|
||||
await loadStallsList()
|
||||
toast.success('Store created successfully!')
|
||||
}
|
||||
|
||||
const onProductCreated = async (_product: Product) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue