Closed arifluthfi16 closed 2 years ago
Also, you can already add the "Add to canvas" button with an empty onClick
in this issue. Adding the block to the canvas will be part of #87
This is issue is resolved by using selectedTransformationIndex === null
since using falsey will also trigger 0
value which is an index. also the null value is intended to indicate that no item have been selected.
Finished Transformation Catalog view modal and done some component enhancement.