Closed saumier closed 1 week ago
As an admin in CMS, I want to share the widget by clicking the copy button without making any changes to the appearance.
However, when I look at the font attribute I get &font=%5Bobject+Object%5D
&font=%5Bobject+Object%5D
Expected behviour is to get the default font &font=Roboto
&font=Roboto
Note: This bug goes away once I start changing the appearance. The bug only happens if I don't change anything.
@saumier I have fixed this. You can test it here. Thanks
@SyamBabu-M Can you push this to Production? Can you also remind me what our dev process is for pushing to production? Thx.
As an admin in CMS, I want to share the widget by clicking the copy button without making any changes to the appearance.
However, when I look at the font attribute I get
&font=%5Bobject+Object%5D
Expected behviour is to get the default font
&font=Roboto
Note: This bug goes away once I start changing the appearance. The bug only happens if I don't change anything.