Describe the bug
When I'm creating a project, after I select an annotation template, if I switch to on the left side, an error pops up on the right, as shown in the image below :
To Reproduce
Steps to reproduce the behavior:
- new a project
- select one annotation template
- switch to imported file
- See error
Screenshots
After some debugging, I found that the issue lies in this file:
web\apps\labelstudio\src\pages\CreateProject\Import\useImportPage.js
as shown in the screenshot below:
So I'm thinking, can we add a compatibility check at this point?
thanks !
Describe the bug
When I'm creating a project, after I select an annotation template, if I switch to on the left side, an error pops up on the right, as shown in the image below :
To Reproduce
Steps to reproduce the behavior:
Screenshots
After some debugging, I found that the issue lies in this file:
web\apps\labelstudio\src\pages\CreateProject\Import\useImportPage.js
as shown in the screenshot below:
So I'm thinking, can we add a compatibility check at this point?
thanks !