mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
Merge pull request #273 from makeplane/sync/ce-ee
sync: merge conflicts need to be resolved
This commit is contained in:
@@ -76,7 +76,7 @@ export class PageStore implements IPageStore {
|
||||
page: TPage
|
||||
) {
|
||||
this.id = page?.id || undefined;
|
||||
this.name = page?.name?.trim() === "" ? "" : undefined;
|
||||
this.name = page?.name;
|
||||
this.description_html = page?.description_html || undefined;
|
||||
this.color = page?.color || undefined;
|
||||
this.labels = page?.labels || undefined;
|
||||
|
||||
Reference in New Issue
Block a user