Action::make('sync_bigcommerce_products')
->label('Sync with BigCommerce')
->icon('heroicon-o-arrow-path')
->requiresConfirmation()
->successNotification(
Notification::make()
->success()
->title('Sync Started')
->body('The sync with BigCommerce has started - this may take a few minutes.')
)
->action(fn () => SyncBigcommerceProductsJob::dispatch())
Action::make('sync_bigcommerce_products')
->label('Sync with BigCommerce')
->icon('heroicon-o-arrow-path')
->requiresConfirmation()
->successNotification(
Notification::make()
->success()
->title('Sync Started')
->body('The sync with BigCommerce has started - this may take a few minutes.')
)
->action(fn () => SyncBigcommerceProductsJob::dispatch())