Skip to content

Commit

Permalink
fix: update navigation to accept closure
Browse files Browse the repository at this point in the history
  • Loading branch information
emilhorlyck committed Apr 30, 2024
1 parent c242dab commit 3b1766c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentJobsMonitorPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class FilamentJobsMonitorPlugin implements Plugin
/**
* The resource navigation status.
*/
protected ?bool $navigation = null;
protected bool|Closure $navigation = true;

/**
* The resource cluster.
Expand Down

0 comments on commit 3b1766c

Please sign in to comment.