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
This gives and error when value control.Value is empty.
To resolve it I added changed line to be like this - if (control.Value == null || control.Value.HasValues == false) return properties;
The text was updated successfully, but these errors were encountered:
uSyncMigrations/uSync.Migrations.Migrators/BlockGrid/BlockMigrators/GridMediaBlockMigrator.cs
Line 29 in 42c2a38
This gives and error when value control.Value is empty.
To resolve it I added changed line to be like this - if (control.Value == null || control.Value.HasValues == false) return properties;
The text was updated successfully, but these errors were encountered: