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:
padreug 2026-01-06 18:48:57 +01:00
parent b7db9bba5a
commit 5ee8321029

View file

@ -654,7 +654,6 @@ const checkMerchantProfile = async () => {
// Event handlers // Event handlers
const onStoreCreated = async (_stall: Stall) => { const onStoreCreated = async (_stall: Stall) => {
await loadStallsList() await loadStallsList()
toast.success('Store created successfully!')
} }
const onProductCreated = async (_product: Product) => { const onProductCreated = async (_product: Product) => {