Version Upgrade

This commit is contained in:
2022-10-15 23:19:35 +03:00
parent 0ace3de83e
commit 49cc9f685c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11782,7 +11782,7 @@ function DataOptions(props = {}) {
});
dataOptions.sort((a, b) => b.widthDimension - a.widthDimension);
return dataOptions.find(item => {
return item.widthDimension === 414;
return item.widthDimension; // first
});
}
}
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@axe-web/create-block",
"version": "1.0.15",
"version": "1.0.16",
"author": {
"name": "AXE-WEB",
"email": "office@axe-web.com",