Skip to content

Commit 89f2e0b

Browse files
codderslucaswerkmeister
authored andcommitted
Remove unnecessary propertyId
The `WikibaseWbui2025EditStatement` component no longer takes a property-id property (since I99813bdf9b529892e0). Do not pass the property-id property to the component from `addStatementButton.vue` to avoid console warnings from Vue. Bug: T409149 Change-Id: Ibc9ff5ebc0c8efa067dac222abdc79226a6a6964
1 parent e465beb commit 89f2e0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

repo/resources/wikibase.wbui2025/wikibase.wbui2025.addStatementButton.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<template v-for="statementGuid in createdStatementGuids" :key="statementGuid">
2121
<wikibase-wbui2025-edit-statement
2222
hide-remove-button
23-
:property-id="propertyId"
2423
:statement-id="statementGuid"
2524
></wikibase-wbui2025-edit-statement>
2625
</template>

0 commit comments

Comments
 (0)