Fix WAF whitelist table component
This commit is contained in:
@@ -22,6 +22,11 @@ class WafWhitelistTable extends Component implements HasTable
|
|||||||
{
|
{
|
||||||
use InteractsWithTable;
|
use InteractsWithTable;
|
||||||
|
|
||||||
|
public function makeFilamentTranslatableContentDriver(): ?\Filament\Support\Contracts\TranslatableContentDriver
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
return view('livewire.admin.waf-whitelist-table');
|
return view('livewire.admin.waf-whitelist-table');
|
||||||
|
|||||||
Reference in New Issue
Block a user