Skip to content
Snippets Groups Projects
Commit 074749dd authored by Mostafa Hadizadeh's avatar Mostafa Hadizadeh
Browse files

fix APIResolver issue in backend

parent 81202605
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ export default {
.post('/api/stacapi/', {
landing_page_id: this.landing_page_id,
title: this.title,
description: this.description,
description: this.description.replace(/[\r\n\x0B\x0C\u0085\u2028\u2029]+/g, '"\n"'),
extensions: this.value
})
.then(response => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment