Skip to content

Commit

Permalink
Rebase into popover.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 8, 2024
1 parent f81f96c commit f3a9cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import { BButton } from "bootstrap-vue";
import { type ConcreteObjectStoreModel } from "@/api";
import ObjectStoreBadges from "@/components/ObjectStore/ObjectStoreBadges.vue";
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/ObjectStore/SelectObjectStore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { computed, ref } from "vue";
import { useObjectStoreStore } from "@/stores/objectStoreStore";
import LoadingSpan from "@/components/LoadingSpan.vue";
import DescribeObjectStore from "@/components/ObjectStore/DescribeObjectStore.vue";
import ObjectStoreSelectButton from "./ObjectStoreSelectButton.vue";
import ObjectStoreSelectButtonPopover from "./ObjectStoreSelectButtonPopover.vue";
import LoadingSpan from "@/components/LoadingSpan.vue";
import DescribeObjectStore from "@/components/ObjectStore/DescribeObjectStore.vue";
interface SelectObjectStoreProps {
selectedObjectStoreId?: String | null;
Expand Down

0 comments on commit f3a9cf3

Please sign in to comment.