We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8af40 commit 666086dCopy full SHA for 666086d
src/Components/forms/index.js
@@ -25,7 +25,7 @@ class Forms extends Component {
25
const response = await axios.get(`${domain()}/teams`)
26
const teamData = response.data.teams
27
teamData.sort((a, b) => a.name.localeCompare(b.name))
28
-
+ teamData.push({ _id: '65035350fdbf584dc37a3383', name: 'I am not sure' })
29
this.setState({ teamOptions: teamData })
30
} catch (err) {
31
return this.setState({
0 commit comments