king
2022-09-13 b8cde0c39d7b6d58ceff3adf6dea3cb3118ea602
src/menu/components/share/sourcecomponent/index.jsx
@@ -20,11 +20,13 @@
  }
  UNSAFE_componentWillMount () {
    const { value } = this.props
    const { value, initialValue } = this.props
    let val = ''
    if (value) {
      val = value
    } else if (initialValue) {
      val = initialValue
    } else if (this.props['data-__meta']) {
      val = this.props['data-__meta'].initialValue || ''
    }