mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 01:25:38 -05:00
fixed the selector name for model view components (#1488)
This commit is contained in:
@@ -17,7 +17,7 @@ import { IComponent, IComponentDescriptor, IModelStore, ComponentEventType } fro
|
||||
import { CommonServiceInterface } from 'sql/services/common/commonServiceInterface.service';
|
||||
|
||||
@Component({
|
||||
selector: 'label',
|
||||
selector: 'modelview-text',
|
||||
template: `
|
||||
<p>{{getValue()}}</p>`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user