We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfdb3e commit aaf50feCopy full SHA for aaf50fe
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-smartbase-admin"
3
-version = "1.0.32"
+version = "1.0.33"
4
description = ""
5
authors = ["SmartBase <[email protected]>"]
6
readme = "README.md"
src/django_smartbase_admin/static/sb_admin/src/js/datepicker.js
@@ -16,7 +16,7 @@ export default class Datepicker {
16
documentLocale = 'default'
17
}
18
flatpickr.localize(this.getLocale(documentLocale))
19
- this.initWidgets()
+ this.initWidgets(target)
20
if(target === document) {
21
document.addEventListener('formset:added', (e) => {
22
this.initWidgets(e.target)
0 commit comments