fix(datatable): menghapus kondisi untuk refresh time $this->refreshTime !== null
This commit is contained in:
parent
396440eda7
commit
50f64186c1
@ -62,7 +62,7 @@ public function configure(): void
|
|||||||
->setDefaultPerPage(25)
|
->setDefaultPerPage(25)
|
||||||
->setPerPageAccepted([25, 50, 100, 1000]);
|
->setPerPageAccepted([25, 50, 100, 1000]);
|
||||||
|
|
||||||
if (property_exists($this, 'refreshTime') && $this->refreshTime !== null) {
|
if (property_exists($this, 'refreshTime')) {
|
||||||
$this->setRefreshTime($this->refreshTime);
|
$this->setRefreshTime($this->refreshTime);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user