Remloved unneeded validation message

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-03-07 23:40:30 +00:00
parent c66267a0f9
commit 5cf10cec34

View file

@ -31,9 +31,7 @@ class SlackSettingsForm extends Component
'webhook_channel' => 'required_with:webhook_endpoint|starts_with:#|nullable',
'webhook_botname' => 'string|nullable',
];
public $messages = [
'webhook_endpoint.starts_with' => 'your webhook endpoint should begin with http://, https:// or other protocol.',
];
public function mount() {
$this->webhook_text= [