master
amir hosein gorji 3 years ago
parent 0671058b76
commit ff445ff831
  1. 2
      src/views/Support/index.js

@ -104,7 +104,7 @@ class Support extends Component {
<Select <Select
name="unit" name="unit"
options={ options={
status && this.props.myProductList.length status && this.props.myProductList?.length
? ["واحد مورد نظر", "واحد فروش", "واحد محتوایی", "واحد فنی"] ? ["واحد مورد نظر", "واحد فروش", "واحد محتوایی", "واحد فنی"]
: ["واحد مورد نظر", "واحد فروش", "واحد فنی"] : ["واحد مورد نظر", "واحد فروش", "واحد فنی"]
} }

Loading…
Cancel
Save