Refresh blocked table on whitelist changes

This commit is contained in:
root
2026-01-31 01:00:28 +02:00
parent 36da25a336
commit 01a356192f

View File

@@ -238,6 +238,9 @@ class WafWhitelistTable extends Component implements HasTable, HasSchemas, HasAc
->warning()
->send();
}
$this->dispatch('waf-whitelist-updated');
$this->dispatch('waf-blocked-updated');
}
protected function matchTypeLabel(string $type): string