Skip to content

Commit

Permalink
AMP-3313: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng-iu committed Jul 17, 2024
1 parent c089a98 commit df9b4cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/workflow/SaveBundle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class="my-modal"
>
<template #header><h3>Save file selection as a bundle</h3></template>
body" class="input-group mb-3">
<template #body><div class="input-group mb-3">
<form>
<div class="form-group">
<label for="name">Bundle Name</label>
Expand Down Expand Up @@ -36,7 +36,7 @@
/>
</div>
</form>
</div>
</div></template>
<template #footer><div class="action-buttons">
<input
type="button"
Expand Down
4 changes: 2 additions & 2 deletions src/components/workflow/SelectBundle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class="my-modal"
>
<template #header><h3>Select content files from saved bundles</h3></template>
<template #body></template><div class="input-group mb-3">
<template #body><div class="input-group mb-3">
<div
id="accordion"
v-if="bundles && bundles.length > 0"
Expand Down Expand Up @@ -148,7 +148,7 @@
v-on:click="workflowSubmission.showSelectBundle = false"
value="Done"
/>
</div>
</div></template>
</modal>

<modal
Expand Down

0 comments on commit df9b4cd

Please sign in to comment.