Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
remove creating a channel with a parent
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
  • Loading branch information
ianmuchyri committed Mar 21, 2024
1 parent d111f69 commit 902dd06
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions ui/web/templates/channels.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,6 @@ <h1 class="modal-title" id="addChannelModalLabel">Add Channel</h1>
/>
<div id="nameError" class="text-danger"></div>
</div>
<div class="mb-3">
<label for="infiniteScroll" class="form-label">Parent Name</label>
<input
type="text"
class="itemsFilter"
name="parentFilter"
id="parentFilter"
placeholder="Filter by parent name"
/>
<select
class="form-select"
name="parentID"
id="infiniteScroll"
size="5"
>
<option disabled>select a channel</option>
</select>
</div>
<div class="mb-3">
<label for="description" class="form-label">Description</label>
<input
Expand Down

0 comments on commit 902dd06

Please sign in to comment.