We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2474ecb commit 157c9feCopy full SHA for 157c9fe
src/Filament/Resources/ScheduleResource.php
@@ -152,7 +152,7 @@ public static function getPluralLabel(): ?string
152
153
public static function getNavigationBadge(): ?string
154
{
155
- return static::getModel()::incomplete()->count();
+ return static::getModel()::inTheFuture()->count();
156
}
157
158
public static function getNavigationBadgeColor(): string
0 commit comments