summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/create_cluster/eks_cluster/store/getters.js
blob: d8489ca31cf370fd1cf8083f846cfc25594a2546 (plain)
1
2
export const subnetValid = ({ selectedSubnet }) =>
  Array.isArray(selectedSubnet) && selectedSubnet.length >= 2;