Skip to content

Commit

Permalink
REbase somewhere...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 8, 2024
1 parent f3a9cf3 commit d2037b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/ObjectStore/SelectObjectStore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ async function handleSubmit(preferredObjectStoreId: string) {
>
<ObjectStoreSelectButton
v-for="objectStore in selectableObjectStores"
:object-store="objectStore"
:id="`preferred-object-store-button-${objectStore.object_store_id}`"
:key="objectStore.object_store_id"
:object-store="objectStore"
:variant="variant(objectStore.object_store_id)"
class="preferred-object-store-select-button"
@click="handleSubmit(objectStore.object_store_id)" />
Expand Down

0 comments on commit d2037b8

Please sign in to comment.