Compare commits
2 Commits
32b86b4289
...
b7b6ab6c77
| Author | SHA1 | Date | |
|---|---|---|---|
| b7b6ab6c77 | |||
|
|
738f81043d |
@@ -559,12 +559,13 @@ class InvoiceDataTable extends Component
|
||||
if (! preg_match('/^[^\/]+\/[^\/]+\/.+$/', $this->capacitorInput)) {
|
||||
Notification::make()
|
||||
->title('Invalid Panel Box QR Format:')
|
||||
->body('Scan the valid panel box QR code to proceed!')
|
||||
->body("Scan the valid panel box QR '$this->capacitorInput' to proceed!")
|
||||
->danger()
|
||||
// ->duration(3000)
|
||||
->seconds(2)
|
||||
->send();
|
||||
|
||||
$this->capacitorInput = '';
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user