mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-27 16:25:40 +00:00
Merge pull request #2034 from Fredkiss3/refactor/domain-picker-default-value
refactor: Update `<DomainPicker />` to accept default values
This commit is contained in:
@@ -1396,6 +1396,8 @@ export default function Page() {
|
||||
<DomainPicker
|
||||
orgId={orgId as string}
|
||||
onDomainChange={(res) => {
|
||||
if (!res) return;
|
||||
|
||||
httpForm.setValue(
|
||||
"subdomain",
|
||||
res.subdomain
|
||||
|
||||
Reference in New Issue
Block a user