Skip to content

Commit

Permalink
nit, #151
Browse files Browse the repository at this point in the history
  • Loading branch information
njkim committed Jan 9, 2025
1 parent 6259b4b commit eef0137
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ async function save() {
async function getSectionValue() {
const actorOptions = await getActorOptions();
const scheme = await fetchSchemeRights(route.params.id as string);
console.log(scheme);
schemeRight.value = scheme?.rights;
console.log(schemeRight.value);
tileid.value = schemeRight.value?.tileid;
actorRdmOptions.value = actorOptions.map((option) => {
const savedSource = schemeRight.value?.right_holder?.find(
Expand Down

0 comments on commit eef0137

Please sign in to comment.