We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db7a39a + 96ce9bc commit 2d5ec4fCopy full SHA for 2d5ec4f
packages/selenium-ide/src/api/v1/index.js
@@ -63,7 +63,7 @@ router.get('/project', (_req, res) => {
63
})
64
65
router.post('/project', (req, res) => {
66
- if (req.id) {
+ if (req.project) {
67
const plugin = Manager.getPlugin(req.sender)
68
if (!UiState.isSaved()) {
69
ModalState.showAlert({
0 commit comments