- fixed validating table form field;
- fixed issue with bando preview;
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import parse from 'html-react-parser';
|
||||
|
||||
const renderHtmlContent = (content) => parse(content);
|
||||
const renderHtmlContent = (content = '') => parse(content);
|
||||
|
||||
export default renderHtmlContent;
|
||||
Reference in New Issue
Block a user