mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 12:56:53 +00:00
fix(nc-gui): Wrong chevron Icon in grouping UI
This commit is contained in:
@@ -111,6 +111,7 @@ import NcNotification from '~icons/material-symbols/notifications-outline'
|
||||
import NcCommentHere from '~icons/nc-icons/comment-here'
|
||||
import NcAddDataSource from '~icons/nc-icons/add-data-source'
|
||||
import NcDatabaseIcon from '~icons/nc-icons/database'
|
||||
import NcChevronDown from '~icons/nc-icons/chevron-down'
|
||||
|
||||
// keep it for reference
|
||||
// todo: remove it after all icons are migrated
|
||||
@@ -462,6 +463,7 @@ export const iconMap = {
|
||||
commentHere: NcCommentHere,
|
||||
fileImage: FileImageIcon,
|
||||
paste: h('span', { class: 'material-symbols' }, 'content_paste'),
|
||||
chevronDown: NcChevronDown,
|
||||
}
|
||||
|
||||
export const getMdiIcon = (type: string): any => {
|
||||
|
||||
Reference in New Issue
Block a user