mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 12:06:59 +00:00
refactor: update uidt icons
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
computed,
|
||||
emailValidator,
|
||||
extractSdkResponseErrorMsg,
|
||||
iconMap,
|
||||
message,
|
||||
onMounted,
|
||||
projectRoleTagColors,
|
||||
@@ -204,7 +205,7 @@ watch(
|
||||
|
||||
<a-button type="text" class="!rounded-md -mt-0.5" @click="copyUrl">
|
||||
<template #icon>
|
||||
<MdiContentCopy class="flex mx-auto text-green-700 h-[1rem]" />
|
||||
<component :is="iconMap.copy" class="flex mx-auto text-green-700 h-[1rem]" />
|
||||
</template>
|
||||
</a-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user