()
| 36 | }; |
| 37 | |
| 38 | export const permanentOptions = () => { |
| 39 | return [ |
| 40 | { |
| 41 | key: 'yes', |
| 42 | value: true, |
| 43 | text: <FormattedMessage id='common.yes.text' /> |
| 44 | }, |
| 45 | { |
| 46 | key: 'no', |
| 47 | value: false, |
| 48 | text: <FormattedMessage id='common.no.text' /> |
| 49 | }, |
| 50 | ]; |
| 51 | }; |