mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 01:36:51 +00:00
fix: check access before updating base
This commit is contained in:
@@ -91,6 +91,8 @@ const handleDelete = () => {
|
||||
}
|
||||
|
||||
const handleColorChange = (color: string) => {
|
||||
if (!isOptionVisible.value.baseRename) return
|
||||
|
||||
onUpdateColor(props.base, color)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user