From e8dcb4b87f5f75cedc80c2c29183f2f1ce82873e Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Fri, 16 Nov 2018 12:57:49 +0000 Subject: [PATCH] Strengths and AFIs can now be blank --- frontend/src/views/Observation.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/Observation.vue b/frontend/src/views/Observation.vue index f8ef398..a262098 100644 --- a/frontend/src/views/Observation.vue +++ b/frontend/src/views/Observation.vue @@ -101,12 +101,12 @@ + :max-rows="2" no-resize> + :rows="1" :max-rows="2" no-resize> @@ -171,8 +171,8 @@ export default { { type: null, rating: null, - strengths: null, - improvements: null + strengths: "", + improvements: "" } ], totals: [0, 0, 0, 0, 0, 0, 0, 0], @@ -189,8 +189,8 @@ export default { this.observations.push({ type: null, rating: null, - strengths: null, - improvements: null + strengths: "", + improvements: "" }); Vue.nextTick(function() { window.scrollTo(