No another create

This commit is contained in:
Lance Pioch 2024-04-12 02:03:36 -04:00
parent 21247e91c7
commit 695ebd35a4

View File

@ -9,4 +9,5 @@ use Filament\Resources\Pages\CreateRecord;
class CreateServer extends CreateRecord
{
protected static string $resource = ServerResource::class;
protected static bool $canCreateAnother = false;
}