2
0

🐛 (share) Fix duplicate folderId issue

This commit is contained in:
Baptiste Arnaud
2023-11-28 16:32:56 +01:00
parent cf8df68186
commit 8ce4e4808d
5 changed files with 12 additions and 17 deletions

View File

@@ -45489,10 +45489,6 @@
"type": "string",
"nullable": true
},
"folderId": {
"type": "string",
"nullable": true
},
"resultsTablePreferences": {
"type": "object",
"properties": {
@@ -45536,8 +45532,7 @@
"variables",
"theme",
"settings",
"icon",
"folderId"
"icon"
],
"additionalProperties": false
},
@@ -49194,10 +49189,6 @@
"type": "string",
"nullable": true
},
"folderId": {
"type": "string",
"nullable": true
},
"resultsTablePreferences": {
"type": "object",
"properties": {
@@ -49242,8 +49233,7 @@
"variables",
"theme",
"settings",
"icon",
"folderId"
"icon"
],
"additionalProperties": false
}