Skip to content
Snippets Groups Projects
Commit 3ee5c6a1 authored by Christos's avatar Christos
Browse files

Merge branch 'fix-tool-props' into 'master'

fix argument

See merge request !343
parents ab270cf7 11ada676
No related branches found
No related tags found
1 merge request!343fix argument
......@@ -33,7 +33,7 @@ const ToolBarBtn = ({ view = {}, item }) => {
active(state, activeViewId) && select(state, activeViewId)
);
let isDisabled = !select(state, activeViewId, activeView);
let isDisabled = !select(state, activeView);
if (!isEditable) isDisabled = true;
const ToolBarBtnComponent = useMemo(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment