mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 01:37:43 +00:00
refactor: move all icons to iconMap (WIP)
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -538,7 +538,11 @@ onMounted(async () => {
|
||||
|
||||
<a-input v-model:value="item.value" />
|
||||
|
||||
<component :is="iconMap.close" :style="{ 'font-size': '1.5em', 'color': 'red' }" @click="removeParam(index)" />
|
||||
<component
|
||||
:is="iconMap.close"
|
||||
:style="{ 'font-size': '1.5em', 'color': 'red' }"
|
||||
@click="removeParam(index)"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<a-button type="dashed" class="w-full caption mt-2" @click="addNewParam">
|
||||
@@ -589,7 +593,7 @@ onMounted(async () => {
|
||||
</div>
|
||||
</a-form-item>
|
||||
<div class="w-full flex items-center mt-2 text-[#e65100]">
|
||||
<MdiWarning class="mr-1" />
|
||||
<component :is="iconMap.warning" class="mr-1" />
|
||||
Please make sure database you are trying to connect is valid! This operation can cause schema loss!!
|
||||
</div>
|
||||
</a-form>
|
||||
|
||||
Reference in New Issue
Block a user