From d22f04bd900a1825b9d81d97021efcbf96280a81 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Tue, 24 Jul 2018 02:38:55 +0200 Subject: [PATCH] fix(menu-button): fix sass linting --- core/src/components/alert/alert-interface.ts | 2 +- core/src/components/item-option/item-option.tsx | 1 + core/src/components/item-options/item-options.tsx | 3 +-- core/src/components/menu-button/menu-button.ios.scss | 2 +- core/src/components/menu-button/menu-button.md.scss | 2 +- core/src/components/menu-button/menu-button.scss | 9 ++++++--- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/core/src/components/alert/alert-interface.ts b/core/src/components/alert/alert-interface.ts index b27a7d630a..3af7eaa03e 100644 --- a/core/src/components/alert/alert-interface.ts +++ b/core/src/components/alert/alert-interface.ts @@ -13,7 +13,7 @@ export interface AlertOptions { export interface AlertInput { type: string; - name: string | number; + name: string; placeholder?: string; value?: string; label?: string; diff --git a/core/src/components/item-option/item-option.tsx b/core/src/components/item-option/item-option.tsx index 1b30797485..a10c650ffc 100644 --- a/core/src/components/item-option/item-option.tsx +++ b/core/src/components/item-option/item-option.tsx @@ -60,6 +60,7 @@ export class ItemOption { return (