+ {showUsers && (
+
+
Users
+
+ handleUserSelect(e)} dataKey="id" tableStyle={{ minWidth: '20rem' }}>
+ textEditor(options)} style={{ width: '20%' }}>
+
+
+
+ )}
+ {showProjects && selectedUser && (
+
+
Projects
+ handleProjectSelect(e)} dataKey="id" tableStyle={{ minWidth: '20rem' }}>
+
+
+
+ )}
+ {showSurveys && selectedProject && (
+
+
Surveys
+ setSelectedSurvey(e.value.id.toString())} dataKey="id" tableStyle={{ minWidth: '20rem' }}>
+
+
+
+ )}
+