|
@@ -188,7 +188,7 @@ class SmsComunications extends Component
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
dispatch(new \App\Jobs\SendSmsMessage($this->messageId));
|
|
dispatch(new \App\Jobs\SendSmsMessage($this->messageId));
|
|
|
- $this->success = 'Invio avviato!';
|
|
|
|
|
|
|
+ $this->success = 'Invio avviato';
|
|
|
|
|
|
|
|
$this->dispatchBrowserEvent('scroll-top');
|
|
$this->dispatchBrowserEvent('scroll-top');
|
|
|
}
|
|
}
|