aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/KeyRestrictionRow.tsx
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-07-27 18:45:36 -0400
committeryipstanley <stanley_yip@brown.edu>2019-07-27 18:45:36 -0400
commitb15e0c88cdf9e04a0b54852db874c51878ab939b (patch)
tree1fe17102ebfc8507fd6b6cfc338e95e60f1b9157 /src/client/views/collections/KeyRestrictionRow.tsx
parent2065186202404a2bb70f45da7ae842297da3c14c (diff)
parent73fcf938eb817ae9b4dfdcefd5f04502079c153e (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/KeyRestrictionRow.tsx')
-rw-r--r--src/client/views/collections/KeyRestrictionRow.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/KeyRestrictionRow.tsx b/src/client/views/collections/KeyRestrictionRow.tsx
index 8051a8359..f292557b5 100644
--- a/src/client/views/collections/KeyRestrictionRow.tsx
+++ b/src/client/views/collections/KeyRestrictionRow.tsx
@@ -40,6 +40,6 @@ export default class KeyRestrictionRow extends React.Component<IKeyRestrictionPr
onChange={(e) => runInAction(() => this._value = e.target.value)}
placeholder="VALUE" />
</div>
- )
+ );
}
} \ No newline at end of file