diff --git a/ui/api/transport.go b/ui/api/transport.go index b666b320..3d44ab81 100644 --- a/ui/api/transport.go +++ b/ui/api/transport.go @@ -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{ diff --git a/ui/web/templates/channels.html b/ui/web/templates/channels.html index 23da1c88..0b851b93 100644 --- a/ui/web/templates/channels.html +++ b/ui/web/templates/channels.html @@ -262,13 +262,6 @@

Add Channels

alertDiv: "alertBulkMessage", modal: channelsModal, }); - - fetchIndividualEntity({ - input: "parentFilter", - itemSelect: "infiniteScroll", - item: "channels", - pathPrefix: "{{ pathPrefix }}", - });