Skip to content

Commit

Permalink
[Improve] Resource Type value should be consistency (#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzk1 authored Jul 10, 2024
1 parent 8960667 commit e3fa8ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@

<Tag color="processing" v-if="record.resourceType === ResourceTypeEnum.JAR_LIBRARY">
<template #icon>
<img :src="jarSvg" class="svg-icon" alt="jar library" />
<img :src="jarSvg" class="svg-icon" alt="Jar Library" />
</template>
Jar library
Jar Library
</Tag>

<Tag color="processing" v-if="record.resourceType === ResourceTypeEnum.GROUP">
Expand Down

0 comments on commit e3fa8ba

Please sign in to comment.