mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
Merge pull request #4097 from jumpserver/pr@v4@fix_cloud_sync
fixed:Fixed an issue where resources were not displayed in cloud synchronization
This commit is contained in:
@@ -131,7 +131,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
isDisabled(item) {
|
||||
return item.edition.value === 'enterprise' && !this.hasValidLicense
|
||||
return item.edition?.value === 'enterprise' && !this.hasValidLicense
|
||||
},
|
||||
capitalize(str) {
|
||||
return str.charAt(0).toUpperCase() + str.slice(1)
|
||||
|
||||
Reference in New Issue
Block a user