Commit aa12c00
committed
Fix hasNoChanges description comparison (#244521)
## Summary
This PR fixes a bug where for dashboard listing page, some recent change
made it so a newly created dashboard has description as `undefined`
instead of an empty string, this leads to the content editor flyout
always showing as having changes as the description comparison check
wouldn't work properly.
(cherry picked from commit 2cb23e1)1 parent 2ed51c4 commit aa12c00
1 file changed
Lines changed: 3 additions & 1 deletion
File tree
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | | - | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
0 commit comments