Update template-workspace-edit.element.ts
This commit is contained in:
@@ -87,6 +87,8 @@ export class UmbTemplateWorkspaceEditElement extends UmbLitElement {
|
||||
const match = RegexString.exec(this._content ?? '');
|
||||
|
||||
if (match) {
|
||||
if (match[2] === 'null') return null;
|
||||
|
||||
return match[2].replace(/"/g, '');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user