diff --git a/src/ic/new-ic.js b/src/ic/new-ic.js
index b95b543..2e81887 100644
--- a/src/ic/new-ic.js
+++ b/src/ic/new-ic.js
@@ -154,6 +154,16 @@ class NewICDialog extends React.Component {
default:
typeOptions =[];
}
+
+ let managerOptions = [];
+ managerOptions.push();
+ for (let m of this.props.managers) {
+ managerOptions.push (
+
+ );
+ }
+
+
return (