From 62b78c5822d019e73a2bab05871a73926baa1d17 Mon Sep 17 00:00:00 2001 From: Laura Fuentes Grau Date: Fri, 13 Nov 2020 14:18:12 +0100 Subject: [PATCH] New Ic Dialog: add location and description fields #266 --- src/ic/new-ic.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/ic/new-ic.js b/src/ic/new-ic.js index 45ccc91..5e8a49a 100644 --- a/src/ic/new-ic.js +++ b/src/ic/new-ic.js @@ -181,6 +181,16 @@ class NewICDialog extends React.Component { this.handleChange(e)} /> + + Location + this.handleChange(e)} /> + + + + Description + this.handleChange(e)} /> + + UUID this.handleChange(e)} />