Skip to content
Snippets Groups Projects
Commit 07b4d43e authored by Xiao Gui's avatar Xiao Gui
Browse files

fix lint

parent c4032d31
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ export class LandmarkUIComponent implements OnChanges, AfterContentChecked{
public previewFilesMap: Map<string, any[]> = new Map()
public previewFiles: any[] = []
handleKgDsPrvUpdate(event:CustomEvent, datasetKgId: string){
handleKgDsPrvUpdate(event: CustomEvent, datasetKgId: string){
const { detail } = event
const { datasetFiles } = detail
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment