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

fixing programmatic setting snackText

parent 06665b19
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ export class NehubaGlueCmp implements IViewer<'nehuba'>, OnDestroy, AfterViewIni
* even though static input binding works (i.e. [comp-input]="var" does not work, comp-input="value" works)
*
*/
this.dragDropDirective.snackText = CONST.NEHUBA_DRAG_DROP_TEXT
if (this.dragDropDirective) this.dragDropDirective.snackText = CONST.NEHUBA_DRAG_DROP_TEXT
}
ngOnDestroy(): void {
......
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