- fix for table value numeric with comma;
This commit is contained in:
@@ -32,9 +32,9 @@ const BandoViewPreInstructor = () => {
|
||||
const [newQuestion, setNewQuestion] = useState('');
|
||||
const bandoMsgs = useRef(null);
|
||||
|
||||
const closePreview = () => {
|
||||
/*const closePreview = () => {
|
||||
navigate(`/bandi/${id}`);
|
||||
}
|
||||
}*/
|
||||
|
||||
const getCallback = (data) => {
|
||||
if (data.status === 'SUCCESS') {
|
||||
|
||||
Reference in New Issue
Block a user