Skip to content

Commit

Permalink
Fix ORBAT Sorter, make ORBAT Generator a separate feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Esmeray6 committed Sep 5, 2024
1 parent c814a0e commit 0aee69a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,17 +303,17 @@ pub fn orbat_sorter() -> Html {

html! {
<main class="container">
<div class="container column">
<p>{ "SL" }</p>
</div>
// <textarea
// type="text"
// id="convert-input"
// ref={role_input_ref}
// placeholder="Enter the list of roles..."
// />
// <button class="row" id="submit-button" type="submit" {onclick}>{ "Convert" }</button>
// <textarea class="row" id="role-msg" value={role_msg.to_string()} />
// <div class="container column">
// <p>{ "SL" }</p>
// </div>
<textarea
type="text"
id="convert-input"
ref={role_input_ref}
placeholder="Enter the list of roles..."
/>
<button class="row" id="submit-button" type="submit" {onclick}>{ "Convert" }</button>
<textarea class="row" id="role-msg" value={role_msg.to_string()} />
</main>
}
}
Expand Down

0 comments on commit 0aee69a

Please sign in to comment.