fix submit mode of channel settings
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user