Describe the bugA clear and concise description of what the bug is.
Not a bug, just chasing my own tail a bit
What is the problem you are trying to solve?
I am trying to use a backend route (that works) to fill createActivity form with the fetched data to generate a 'random' activity
Expected behaviorA clear and concise description of what you expected to happen.
I am wanting to have the users push a button to fill form with fetched api data
What is the actual behavior?A clear and concise description of what actually happened.
Currently nothing happens when the button is pushed
Post any code you think might be relevant (one fenced block per file)
What is your best guess as to the source of the problem?
I feel like I am referring to the api data incorrectly
What things have you already tried to solve the problem?
The latest attempt is what is not commented out, but looking at it now, I think a combination of my attempts may work? I have basically tried variations of everything in that code block so far.
Additional context
Add any other context about the problem here.
I know I am so close to this, but I am having trouble actually getting it
Describe the bug A clear and concise description of what the bug is. Not a bug, just chasing my own tail a bit
What is the problem you are trying to solve? I am trying to use a backend route (that works) to fill createActivity form with the fetched data to generate a 'random' activity
Expected behavior A clear and concise description of what you expected to happen.
I am wanting to have the users push a button to fill form with fetched api data
What is the actual behavior? A clear and concise description of what actually happened.
Currently nothing happens when the button is pushed
Post any code you think might be relevant (one fenced block per file)
What is your best guess as to the source of the problem?
I feel like I am referring to the api data incorrectly
What things have you already tried to solve the problem?
The latest attempt is what is not commented out, but looking at it now, I think a combination of my attempts may work? I have basically tried variations of everything in that code block so far.
Additional context Add any other context about the problem here. I know I am so close to this, but I am having trouble actually getting it
Paste a link to your repository here