Compare commits
2 Commits
f4552d8f92
...
86c3f93759
| Author | SHA1 | Date |
|---|---|---|
|
|
86c3f93759 | |
|
|
9f97ab3fa9 |
|
|
@ -169,7 +169,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onSimilarSave }) => {
|
||||||
rules={[{ required: true }]}
|
rules={[{ required: true }]}
|
||||||
>
|
>
|
||||||
<NormalSelect
|
<NormalSelect
|
||||||
disabled={mode === 'view'}
|
disabled={mode != 'save'}
|
||||||
style={{ width: '100%' }}
|
style={{ width: '100%' }}
|
||||||
allowClear options={optionsType}
|
allowClear options={optionsType}
|
||||||
onChange={(e) => setTypes(e)}
|
onChange={(e) => setTypes(e)}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue