fix: Modal reply
This commit is contained in:
parent
6307a4b7f2
commit
7dd33bd946
@ -122,7 +122,7 @@ class Modal {
|
||||
};
|
||||
return c;
|
||||
})
|
||||
.filter(c => c.components[0].value && c.components[0].value !== '');
|
||||
.filter(c => typeof c.components[0].value == 'string');
|
||||
delete dataFinal.title;
|
||||
const nonce = SnowflakeUtil.generate();
|
||||
const postData = {
|
||||
|
Loading…
Reference in New Issue
Block a user