fix: use one-way binding for record line rr prop
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
This commit is contained in:
parent
7b9492ab63
commit
2dc5dce57b
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@
|
|||
<RecordLine
|
||||
dn={service._domain || ""}
|
||||
origin={domain}
|
||||
bind:rr={rrs[i]}
|
||||
rr={rrs[i]}
|
||||
onopen={() => (isOpen = false)}
|
||||
/>
|
||||
{/each}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue