Skip to content

Commit c981bb7

Browse files
committed
Merge branch 'main' into add-phone-input-component
2 parents f9b4945 + 6ce43d2 commit c981bb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/host/app/components/operator-mode/interact-submode.gts

+5
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@ export default class InteractSubmode extends Component<Signature> {
192192
},
193193
},
194194
};
195+
196+
if (opts?.realmURL && !doc.data.meta.realmURL) {
197+
doc.data.meta.realmURL = opts.realmURL.href;
198+
}
199+
195200
let newCard = await here.cardService.createFromSerialized(
196201
doc.data,
197202
doc,

0 commit comments

Comments
 (0)