fix: Unsure filename when downloading an untitled document
fix: Unsure unique filename when downloading revision
This commit is contained in:
@@ -759,6 +759,10 @@ class Document extends ParanoidModel {
|
||||
return undefined;
|
||||
};
|
||||
|
||||
get titleWithDefault(): string {
|
||||
return this.title || "Untitled";
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a list of users that have collaborated on this document
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user