CW
This commit is contained in:
parent
4e032a9188
commit
d2d3a7d52b
7 changed files with 374 additions and 232 deletions
|
@ -24,7 +24,7 @@ export function isValidText(text: string): boolean {
|
|||
}
|
||||
|
||||
export function isValidCw(text: string): boolean {
|
||||
return text.length <= 100 && text.trim() != '';
|
||||
return text.length <= 100;
|
||||
}
|
||||
|
||||
export type INote = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue