Skip to content

Commit

Permalink
fix: add missing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandros Kalogerakis committed Nov 5, 2024
1 parent 44e30d6 commit 01f4819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/popup/components/Modals/MultisigVaultCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ import TrashIcon from '@/icons/trash.svg?vue-component';
import CircleCloseIcon from '@/icons/circle-close.svg?vue-component';
import QrScanIcon from '@/icons/qr-scan.svg?vue-component';
import AddressBookIcon from '@/icons/menu-card-fill.svg?vue-component';
import PlusCircleIcon from '@/icons/plus-circle-fill.svg?vue-component';
const STEPS = {
form: 'form',
Expand Down Expand Up @@ -466,6 +467,7 @@ export default defineComponent({
CircleCloseIcon,
QrScanIcon,
AddressBookIcon,
PlusCircleIcon,
MULTISIG_VAULT_MIN_NUM_OF_SIGNERS,
MULTISIG_CREATION_PHASES,
PROTOCOLS,
Expand Down

0 comments on commit 01f4819

Please sign in to comment.