You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in file widgets line 302 The following line of code is missing which causes you to not be able to add extra css code to field
attrs.update(self.attrs)##< this is missing
attrs["data-chainfield"] = chain_field
attrs["data-url"] = url
The text was updated successfully, but these errors were encountered:
in file widgets line 302 The following line of code is missing which causes you to not be able to add extra css code to field
attrs.update(self.attrs)##< this is missing
attrs["data-chainfield"] = chain_field
attrs["data-url"] = url
The text was updated successfully, but these errors were encountered: