Version Upgrade
This commit is contained in:
Vendored
+1
-1
@@ -11782,7 +11782,7 @@ function DataOptions(props = {}) {
|
|||||||
});
|
});
|
||||||
dataOptions.sort((a, b) => b.widthDimension - a.widthDimension);
|
dataOptions.sort((a, b) => b.widthDimension - a.widthDimension);
|
||||||
return dataOptions.find(item => {
|
return dataOptions.find(item => {
|
||||||
return item.widthDimension === 414;
|
return item.widthDimension; // first
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@axe-web/create-block",
|
"name": "@axe-web/create-block",
|
||||||
"version": "1.0.15",
|
"version": "1.0.16",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "AXE-WEB",
|
"name": "AXE-WEB",
|
||||||
"email": "office@axe-web.com",
|
"email": "office@axe-web.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user