You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/views/EditEvents.vue
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
<divclass="page-header">
4
4
<h1>Events Editor</h1>
5
5
</div>
6
+
<pstyle="margin-left:30px">Hey! Andrew here! If the image upload isn't working: Make sure there are no spaces in the file name AND try logging out and back in! This note is mostly for me so don't delete it. I will forget.</p>
6
7
<divclass="events-grid">
7
8
<divclass="event-card"v-for="(event, j) in eventsToDisplay":key="event.id"@input="edited.add(j)">
0 commit comments