We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d23246 commit 9b38b94Copy full SHA for 9b38b94
1 file changed
subdomains/src/Filament/Server/Resources/Subdomains/SubdomainResource.php
@@ -111,7 +111,7 @@ public static function form(Schema $schema): Schema
111
->preload()
112
->searchable(),
113
Hidden::make('record_type')
114
- ->state(function () {
+ ->default(function () {
115
/** @var Server $server */
116
$server = Filament::getTenant();
117
0 commit comments