diff --git a/client/src/components/History/CurrentHistory/PreferredStorePopover.vue b/client/src/components/History/CurrentHistory/PreferredStorePopover.vue index 9ea39503c6bc..ff28f962fba7 100644 --- a/client/src/components/History/CurrentHistory/PreferredStorePopover.vue +++ b/client/src/components/History/CurrentHistory/PreferredStorePopover.vue @@ -22,24 +22,30 @@ const preferredObjectStoreId = computed(() => { + diff --git a/client/src/components/Tool/ToolTargetPreferredObjectStorePopover.vue b/client/src/components/Tool/ToolTargetPreferredObjectStorePopover.vue index b1d63c44c3c6..bdf4264144e2 100644 --- a/client/src/components/Tool/ToolTargetPreferredObjectStorePopover.vue +++ b/client/src/components/Tool/ToolTargetPreferredObjectStorePopover.vue @@ -1,20 +1,22 @@ @@ -33,3 +35,8 @@ export default { }, }; + diff --git a/client/src/components/Workflow/Run/WorkflowTargetPreferredObjectStorePopover.vue b/client/src/components/Workflow/Run/WorkflowTargetPreferredObjectStorePopover.vue index 197e2968a0ab..b78eb8db9255 100644 --- a/client/src/components/Workflow/Run/WorkflowTargetPreferredObjectStorePopover.vue +++ b/client/src/components/Workflow/Run/WorkflowTargetPreferredObjectStorePopover.vue @@ -1,18 +1,22 @@ @@ -34,3 +38,9 @@ export default { }, }; + +