Skip to content

Commit 142bded

Browse files
committed
fix lint issue
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent c5f00df commit 142bded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/config/section/compute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default {
7979
title: 'Demo',
8080
icon: 'radar-chart',
8181
permission: [ 'listVirtualMachines' ],
82-
component: () => import('@/components/CloudMonkey/Resource.vue'),
82+
component: () => import('@/components/CloudMonkey/Resource.vue')
8383
},
8484
{
8585
name: 'ssh',

0 commit comments

Comments
 (0)