From 7ddd83dfcf3a9d4328e0398f48347e1aba0bb922 Mon Sep 17 00:00:00 2001 From: Roman Rizzi Date: Mon, 29 Jun 2020 15:37:40 -0300 Subject: [PATCH] FIX: Uploads cannot be mapped due to the cook-text's element attr being null (#10136) --- app/assets/javascripts/discourse/app/components/cook-text.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/components/cook-text.js b/app/assets/javascripts/discourse/app/components/cook-text.js index 234d0906d6b..20199548265 100644 --- a/app/assets/javascripts/discourse/app/components/cook-text.js +++ b/app/assets/javascripts/discourse/app/components/cook-text.js @@ -4,7 +4,6 @@ import { cookAsync } from "discourse/lib/text"; import { ajax } from "discourse/lib/ajax"; const CookText = Component.extend({ - tagName: "", cooked: null, didReceiveAttrs() {