Compare commits
No commits in common. "feature/algorithm" and "main" have entirely different histories.
feature/al
...
main
2 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"short_name": "A-Maze-R!",
|
||||
"name": "The A-Maze-ing Maze Generator - A-Maze-R!",
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
|
|
@ -85,11 +85,6 @@ export default function InputForm({state, dispatch}) {
|
|||
disabled={state.loading}
|
||||
onChange={setId}
|
||||
/><br/>
|
||||
<label for="algorithm">Algorithmus:</label>
|
||||
<select id={"algorithm"}>
|
||||
<option>wilson</option>
|
||||
<option>random</option>
|
||||
</select><br/>
|
||||
<button type={"submit"}
|
||||
disabled={state.loading
|
||||
|| isNaN(width)
|
||||
|
|
Loading…
Reference in a new issue