Skip to content

Commit feb307b

Browse files
committed
fix: disable tenant scoping on DatabaseResource (Tree has no team_id)
1 parent 3c0c184 commit feb307b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Filament/App/Resources/DatabaseResource.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class DatabaseResource extends AppResource
2323
{
2424
protected static ?string $model = Tree::class;
2525

26+
protected static bool $isScopedToTenant = false;
27+
2628
protected static string | \BackedEnum | null $navigationIcon = 'heroicon-o-circle-stack';
2729

2830
protected static ?string $navigationLabel = 'Databases';

0 commit comments

Comments
 (0)