This commit is contained in:
Rizky 2024-03-25 04:05:20 +07:00
parent abf3fa894b
commit 0c5786108c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export const EdPropInstanceButton: FC<{
}> = ({ label, name, cprop, mprop, labelClick }) => {
const p = useGlobal(EDGlobal, "EDITOR");
const val = cprop?.value;
const val = cprop?.valueBuilt;
const local = useLocal({
value: [] as {