FIX: Uploads cannot be mapped due to the cook-text's element attr being null (#10136)

This commit is contained in:
Roman Rizzi 2020-06-29 15:37:40 -03:00 committed by GitHub
parent cd5cfc1496
commit 7ddd83dfcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import { cookAsync } from "discourse/lib/text";
import { ajax } from "discourse/lib/ajax";
const CookText = Component.extend({
tagName: "",
cooked: null,
didReceiveAttrs() {