()
| 21 | }; |
| 22 | |
| 23 | export const statusOptions = () => { |
| 24 | return [ |
| 25 | { |
| 26 | key: 'enabled', |
| 27 | value: false, |
| 28 | text: <FormattedMessage id='common.enabled.text' /> |
| 29 | }, |
| 30 | { |
| 31 | key: 'disabled', |
| 32 | value: true, |
| 33 | text: <FormattedMessage id='common.disabled.text' /> |
| 34 | }, |
| 35 | ]; |
| 36 | }; |
| 37 | |
| 38 | export const permanentOptions = () => { |
| 39 | return [ |