Added logic of creating block from scratch.
This commit is contained in:
@@ -103,7 +103,7 @@ function DataOptions(props = {}) {
|
||||
dataOptions.sort((a, b) => b.widthDimension - a.widthDimension);
|
||||
|
||||
return dataOptions.find((item) => {
|
||||
return item.widthDimension === 414;
|
||||
return item.widthDimension; // first
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user