add error notification important feature
This commit is contained in:
@ -46,7 +46,7 @@ class Items extends BulkAction
|
||||
try {
|
||||
$this->dispatch(new DeleteItem($item));
|
||||
} catch (\Exception $e) {
|
||||
flash($e->getMessage())->error();
|
||||
flash($e->getMessage())->error()->important();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user