Skip to content

Commit

Permalink
fix(ui): Job description label
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Oct 23, 2024
1 parent 64fed3e commit 78e3945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/admin/postings/edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const disableFields = computed(() => changing.value || isExpired.value);
v-model="tagsCSV"
/>
<div class="mt-4">
<label class="block text-sm font-medium mb-1" for="jobdescription">Job Description</label>
<InputLabel label="Job Description" />
<Editor placeholder="We are looking for someone who can..." v-model="contents" :read-only="disableFields" />
<div class="text-xs mt-1 text-rose-500">{{ errors.contents }}</div>
</div>
Expand Down

0 comments on commit 78e3945

Please sign in to comment.