We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 249bc6a + 50bd945 commit 204dde4Copy full SHA for 204dde4
src/components/EditLessonScreenInner1.vue
@@ -141,12 +141,6 @@
141
@clickButton="endTimePickerOpen = true"
142
/>
143
</div>
144
- <editor-input-field-pickable
145
- v-model="tempFormData.title"
146
- :title="`${$t('common.lesson_data.labels.title')} *`"
147
- :label="$t('common.lesson_data.labels.title')"
148
- placeholder="例)理科"
149
- />
150
<div class="EditingScreen-Flex">
151
<editor-input-field-pickable
152
v-model="tempFormData.subjectName"
@@ -164,6 +158,12 @@
164
158
@clickPickerButton="colorPickerOpen = true"
165
159
166
160
161
+ <editor-input-field-pickable
162
+ v-model="tempFormData.title"
163
+ :title="`${$t('common.lesson_data.labels.title')} *`"
+ :label="$t('common.lesson_data.labels.title')"
+ placeholder="例)理科"
+ />
167
168
</template>
169
0 commit comments