Code formatting
This commit is contained in:
parent
279cc03193
commit
7f53ff21a8
1 changed files with 2 additions and 2 deletions
|
|
@ -70,9 +70,9 @@ export default {
|
|||
setStageType: function() {
|
||||
console.log("Setting stage type");
|
||||
axios
|
||||
.put(this.stageTypeUri, this.stageType,{
|
||||
.put(this.stageTypeUri, this.stageType, {
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
"Content-Type": "application/json"
|
||||
}
|
||||
})
|
||||
.then(response => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue