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 d7025b9 commit 670a367Copy full SHA for 670a367
schemas/schemaProvider.go
@@ -9,7 +9,7 @@ func getSchemaMap() map[string]string {
9
"application": "configuration/applicationImport.json",
10
"filter": "configuration/filterImport.json",
11
"design": "configuration/designImport.json",
12
- "publish": "publish/publishModal.json",
+ "publish": "publish/publishModal.json",
13
}
14
15
@@ -18,7 +18,7 @@ func getUiSchemaMap() map[string]string {
18
"application": "configuration/uiSchemaApplication.json",
19
"design": "configuration/uiSchemaDesignImport.json",
20
"filter": "configuration/uiSchemaFilter.json",
21
- "publish": "publish/uiSchemaPublishSchema.json",
+ "publish": "publish/uiSchemaPublishSchema.json",
22
23
24
0 commit comments