- fix for table value numeric with comma;

This commit is contained in:
Vitalii Kiiko
2025-01-28 14:42:21 +01:00
parent b620378863
commit 7cf1b044be
6 changed files with 5 additions and 28 deletions

View File

@@ -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') {