Odstranjen ostanek

pull/41/head
Jurij Podgoršek 2024-01-25 20:56:37 +01:00
parent c1d9fc1e49
commit f9df3883ab
2 changed files with 0 additions and 2 deletions

View File

@ -60,7 +60,6 @@ onMounted(() => {
ref="obrazec" ref="obrazec"
:revisionId="revisionId" :revisionId="revisionId"
:pojem="pojem" :pojem="pojem"
:urejanje="urejanje"
:onZapri="() => { urejanje = false; store.naloziPojme() }" /> :onZapri="() => { urejanje = false; store.naloziPojme() }" />
</section> </section>
</template> </template>

View File

@ -7,7 +7,6 @@ const store = usePojmiStore()
const props = defineProps({ const props = defineProps({
revisionId: String, revisionId: String,
pojem: Object, pojem: Object,
urejanje: Object,
onZapri: Function onZapri: Function
}) })