You've already forked AstralRinth
forked from didirus/AstralRinth
Update to omorphia 0.6.2 (#1418)
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</Modal>
|
||||
<ModalConfirm
|
||||
<ConfirmModal
|
||||
v-if="currentMember"
|
||||
ref="modal_confirm"
|
||||
title="Are you sure you want to delete this gallery image?"
|
||||
@@ -287,7 +287,7 @@ import {
|
||||
InfoIcon,
|
||||
ImageIcon,
|
||||
TransferIcon,
|
||||
ModalConfirm,
|
||||
ConfirmModal,
|
||||
Modal,
|
||||
FileInput,
|
||||
DropArea,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="universal-card">
|
||||
<ModalConfirm
|
||||
<ConfirmModal
|
||||
ref="modal_confirm"
|
||||
title="Are you sure you want to delete this token?"
|
||||
description="This will remove this token forever (like really forever)."
|
||||
@@ -163,7 +163,7 @@ import {
|
||||
TrashIcon,
|
||||
EditIcon,
|
||||
SaveIcon,
|
||||
ModalConfirm,
|
||||
ConfirmModal,
|
||||
} from 'omorphia'
|
||||
import CopyCode from '~/components/ui/CopyCode.vue'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user