Skip to content

Commit 157c9fe

Browse files
authored
Fix schedule badge (#197)
1 parent 2474ecb commit 157c9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filament/Resources/ScheduleResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public static function getPluralLabel(): ?string
152152

153153
public static function getNavigationBadge(): ?string
154154
{
155-
return static::getModel()::incomplete()->count();
155+
return static::getModel()::inTheFuture()->count();
156156
}
157157

158158
public static function getNavigationBadgeColor(): string

0 commit comments

Comments
 (0)