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
Hi, after I complete the whole process to upload a picture, If I tried to add a new image, doesn't add the other image. shows up the modal, I can select the image, I click the Add button but doesn't work, thanks
the widget configuration
part of the code
` const widgetApi = useRef();
Hi, after I complete the whole process to upload a picture, If I tried to add a new image, doesn't add the other image. shows up the modal, I can select the image, I click the Add button but doesn't work, thanks
the widget configuration
part of the code
` const widgetApi = useRef();
const openDialog = () => {
if (widgetApi.current) {
widgetApi.current.openDialog();
}
};
const onFileSelect = async (selectedFiles) => {
if (selectedFiles) {
const files = selectedFiles.files();
};
`
The text was updated successfully, but these errors were encountered: