Fix gr-dropdown property definition

@property decorator was missed during JS->TS migartion

Change-Id: Iea9e3b41998c6c848cce391f8102ca49305973d0
This commit is contained in:
Dmitrii Filippov
2020-08-17 14:41:27 +02:00
parent 9b227a07f4
commit 52c3292978

View File

@@ -102,6 +102,7 @@ export class GrDropdown extends KeyboardShortcutMixin(
* Style the dropdown trigger as a link (rather than a button).
*/
@property({type: Boolean})
link = false;
@property({type: Number})