From 1add44f0e7014822055333702b8cfaaf5f2b0267 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 24 Jun 2019 10:28:33 +0200 Subject: [PATCH] renamed SmartInput to SmartInputMixin --- .../ui/components/global/{SmartInput.js => SmartInputMixin.js} | 0 app/imports/ui/components/global/SmartSelect.vue | 2 +- app/imports/ui/components/global/TextArea.vue | 2 +- app/imports/ui/components/global/TextField.vue | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename app/imports/ui/components/global/{SmartInput.js => SmartInputMixin.js} (100%) diff --git a/app/imports/ui/components/global/SmartInput.js b/app/imports/ui/components/global/SmartInputMixin.js similarity index 100% rename from app/imports/ui/components/global/SmartInput.js rename to app/imports/ui/components/global/SmartInputMixin.js diff --git a/app/imports/ui/components/global/SmartSelect.vue b/app/imports/ui/components/global/SmartSelect.vue index c11ab3b1..a0b524a0 100644 --- a/app/imports/ui/components/global/SmartSelect.vue +++ b/app/imports/ui/components/global/SmartSelect.vue @@ -14,7 +14,7 @@