We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3337f42 commit a1117acCopy full SHA for a1117ac
1 file changed
ui/src/views/network/CreateSharedNetworkForm.vue
@@ -791,6 +791,10 @@ export default {
791
if (this.scopeType === 'domain') {
792
params.domainid = this.selectedDomain.id
793
}
794
+ console.log(params?.tags?.length === 0)
795
+ if (!params?.tags || params.tags.length === 0) {
796
+ params.istagged = false
797
+ }
798
this.handleNetworkOfferingChange(null)
799
this.networkOfferings = []
800
api('listNetworkOfferings', params).then(json => {
0 commit comments