Skip to content

Commit

Permalink
fixed migration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
techbhavin committed Jul 28, 2021
1 parent ba5aca4 commit 8925425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/src/utils/WidgetPropsUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ const transformDSL = (currentDSL: ContainerWidgetProps<WidgetProps>) => {

if (currentDSL.version === 26) {
currentDSL = migrateDatePickerMinMaxDate(currentDSL);
currentDSL.version = 27;
}
if (currentDSL.version === 27) {
currentDSL = migrateFilterValueForDropDownWidget(currentDSL);
Expand Down

0 comments on commit 8925425

Please sign in to comment.