You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: [antd: Form.Item] Form.Item.useStatus should be used under Form.Item component.
For more information: https://u.ant.design/form-item-usestatus Error Component Stack
at FieldRadio
ๆ้ฎๅๅ ็็๏ผ
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
๐ bug ๆ่ฟฐ
Warning: [antd: Form.Item] Form.Item.useStatus should be used under Form.Item component.
For more information: https://u.ant.design/form-item-usestatus Error Component Stack
at FieldRadio
้ฎ้ขๆ่ฟฐ
columns ไธญ dataIndex ่ฎพ็ฝฎไธบ status ๆถ่ญฆๅ
๐ป ๅค็ฐไปฃ็
const columns = [
{
title: '็ถๆ',
dataIndex: 'status',
valueType: 'radio',
valueEnum: new Map([
['0', '็ฆ็จ'],
['1', 'ๅฏ็จ']
]),
filters: true,
hideInSearch: true,
align: 'center',
},
]
return (
)
ยฉ ็ๆฌไฟกๆฏ
The text was updated successfully, but these errors were encountered: