changed IMPORT to Import
This commit is contained in:
parent
8cf80c7bbf
commit
9b010ee633
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="page">
|
||||
<pw-section class="blue" label="Import" ref="import">
|
||||
<button id="show-modal" @click="showModal = true">IMPORT</button>
|
||||
<button id="show-modal" @click="showModal = true">Import</button>
|
||||
<import-modal v-if="showModal" @close="showModal = false">
|
||||
<div slot="header">
|
||||
<h2>Import cURL</h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue