corporation transactions + cleanup
This commit is contained in:
@@ -94,7 +94,7 @@ watch(useRoute(), async route => {
|
||||
<template #button>
|
||||
<span>{{ activityType.name }}</span>
|
||||
</template>
|
||||
<RuleInput :ledgerRefs="ledgerRefs" v-model="rules[activityType.key]" />
|
||||
<RuleInput :ledgerRefs="ledgerRefs" :activityType="activityType.key" v-model="rules[activityType.key]" />
|
||||
</Dropdown>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user