king
2025-01-01 85e61862fb25e9aa39c7e267f29e78a7cd98220f
src/templates/zshare/verifycard/voucherform/index.jsx
@@ -247,7 +247,7 @@
                >
                  {columns.map((option, index) =>
                    <Select.Option title={option.label} id={index + option.uuid} key={index + option.uuid} value={option.field}>
                      {option.label}
                      {`${option.label}(${option.field})`}
                    </Select.Option>
                  )}
                </Select>