fix submit mode of channel settings
This commit is contained in:
parent
e148bf09c1
commit
868b7862fb
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ class Channel extends SnowFlake {
|
||||||
fetchURL: this.info.api + "/channels/" + this.id,
|
fetchURL: this.info.api + "/channels/" + this.id,
|
||||||
method: "PATCH",
|
method: "PATCH",
|
||||||
headers: this.headers,
|
headers: this.headers,
|
||||||
|
traditionalSubmit: true,
|
||||||
});
|
});
|
||||||
form.addTextInput(I18n.getTranslation("channel.name:"), "name", {
|
form.addTextInput(I18n.getTranslation("channel.name:"), "name", {
|
||||||
initText: this.name,
|
initText: this.name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue