We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d66cdc commit 7261843Copy full SHA for 7261843
src/components/tutor/FirstStep.vue
@@ -111,17 +111,9 @@ const removeLastInputFile = () => {
111
class="input"
112
type="file"
113
accept="application/pdf, text/*"
114
-<<<<<<< HEAD
115
placeholder="Enter the new file"
116
data-testid="file-input"
117
- @change="addFile"
118
-||||||| parent of aeaf9fa (feat(tutor): fix how files are handled when added, removed, replaced)
119
- placeholder="Enter the name of the file"
120
121
-=======
122
123
@change="(e) => addFile(e, 'file_0')"
124
->>>>>>> aeaf9fa (feat(tutor): fix how files are handled when added, removed, replaced)
125
/>
126
<button ref="deleteButtonRef" class="button" @click="removeFirstChild">x</button>
127
</div>
0 commit comments