This commit is contained in:
Timothy Jaeryang Baek 2026-01-20 16:41:46 +04:00
parent 38bf0b6eec
commit 85e92fe3b0

View file

@ -62,6 +62,12 @@
return null;
});
if (tool && !tool.write_access) {
toast.error($i18n.t('You do not have permission to edit this tool'));
goto('/workspace/tools');
return;
}
console.log(tool);
}
});