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

fix lint

parent 2c9dc923
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ export class SingleDatasetBase implements OnInit {
public hasPreview = false
public previewFiles = []
handleKgDsPrvUpdate(event:CustomEvent){
handleKgDsPrvUpdate(event: CustomEvent){
this.hasPreview = false
this.previewFiles = []
const { detail } = event
......
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