fix submit mode of channel settings

This commit is contained in:
MathMan05 2025-01-12 14:51:17 -06:00
parent e148bf09c1
commit 868b7862fb

View file

@ -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,