Skip to content

Commit

Permalink
renamed file
Browse files Browse the repository at this point in the history
Signed-off-by: yash sharma <[email protected]>
  • Loading branch information
Yashsharma1911 committed Aug 25, 2023
1 parent 9a71026 commit c905647
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 51 deletions.
File renamed without changes.
49 changes: 0 additions & 49 deletions schemas/configuration/publishSchema.json

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions schemas/schemaProvider.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func getSchemaMap() map[string]string {
"application": "configuration/applicationImport.json",
"filter": "configuration/filterImport.json",
"design": "configuration/designImport.json",
"publish": "publish/publishModal.json",
"publish": "configuration/publishCatalogItem.json",
}
}

Expand All @@ -18,7 +18,7 @@ func getUiSchemaMap() map[string]string {
"application": "configuration/uiSchemaApplication.json",
"design": "configuration/uiSchemaDesignImport.json",
"filter": "configuration/uiSchemaFilter.json",
"publish": "publish/uiSchemaPublishSchema.json",
"publish": "configuration/uiSchemaPublishCatalogItem.json",
}
}

Expand Down

0 comments on commit c905647

Please sign in to comment.