Skip to content

Commit

Permalink
remove infinite scroll option for parent filter
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri committed Mar 19, 2024
1 parent 8997ec9 commit f003689
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion ui/api/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,6 @@ func decodeChannelCreation(_ context.Context, r *http.Request) (interface{}, err
Name: r.PostFormValue("name"),
Description: r.PostFormValue("description"),
Metadata: meta,
ParentID: r.PostFormValue("parentID"),
}

return createChannelReq{
Expand Down
7 changes: 0 additions & 7 deletions ui/web/templates/channels.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,13 +262,6 @@ <h1 class="modal-title" id="addChannelsModalLabel">Add Channels</h1>
alertDiv: "alertBulkMessage",
modal: channelsModal,
});

fetchIndividualEntity({
input: "parentFilter",
itemSelect: "infiniteScroll",
item: "channels",
pathPrefix: "{{ pathPrefix }}",
});
</script>
</body>
</html>
Expand Down

0 comments on commit f003689

Please sign in to comment.