Skip to content

Commit 9b38b94

Browse files
committed
fix record_type value
1 parent 0d23246 commit 9b38b94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subdomains/src/Filament/Server/Resources/Subdomains/SubdomainResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public static function form(Schema $schema): Schema
111111
->preload()
112112
->searchable(),
113113
Hidden::make('record_type')
114-
->state(function () {
114+
->default(function () {
115115
/** @var Server $server */
116116
$server = Filament::getTenant();
117117

0 commit comments

Comments
 (0)