Skip to content

Commit eae5a2e

Browse files
fix: modal placement
Signed-off-by: Svetoslav Borislavov <svetoslav.borislavov@limechain.tech>
1 parent e4f0907 commit eae5a2e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

front-end/src/renderer/components/Contacts/ContactDetails.vue

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,13 @@ watch(() => props.contact, handleContactChange);
282282
:index="index"
283283
class="mt-4"
284284
/>
285-
286-
<RenamePublicKeyModal
287-
v-model:show="isUpdateNicknameModalShown"
288-
:public-key-mapping="publicKeyMappingToEdit"
289-
:public-key="publicKeyToEdit"
290-
@change="handleFetchMapping"
291-
/>
292285
</div>
293286
</template>
287+
<RenamePublicKeyModal
288+
v-model:show="isUpdateNicknameModalShown"
289+
:public-key-mapping="publicKeyMappingToEdit"
290+
:public-key="publicKeyToEdit"
291+
@change="handleFetchMapping"
292+
/>
294293
</div>
295294
</template>

0 commit comments

Comments
 (0)