Skip to content

Commit c6dab62

Browse files
committed
ui: minor refactor
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent e076a35 commit c6dab62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/view/ListView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</a-tooltip>
116116
</span>
117117
<span v-if="$route.path.startsWith('/xaas') && !record.isuserdefined" style="padding-left: 10px;">
118-
<a-tag :color="this.$config.theme['@link-color']">{{ $t('label.inbuilt') }}</a-tag>
118+
<a-tag :color="$config.theme['@link-color']">{{ $t('label.inbuilt') }}</a-tag>
119119
</span>
120120
</span>
121121
</template>

0 commit comments

Comments
 (0)