We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9b4945 + 6ce43d2 commit c981bb7Copy full SHA for c981bb7
packages/host/app/components/operator-mode/interact-submode.gts
@@ -192,6 +192,11 @@ export default class InteractSubmode extends Component<Signature> {
192
},
193
194
};
195
+
196
+ if (opts?.realmURL && !doc.data.meta.realmURL) {
197
+ doc.data.meta.realmURL = opts.realmURL.href;
198
+ }
199
200
let newCard = await here.cardService.createFromSerialized(
201
doc.data,
202
doc,
0 commit comments