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.
1 parent 47eacae commit 96ce9bcCopy full SHA for 96ce9bc
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