refactor: replace button word in the internship editor component

This commit is contained in:
Veronika Fehérvíziová
2025-10-31 21:45:31 +01:00
parent a20d3129c1
commit 79d7bb49b4

View File

@@ -140,7 +140,7 @@ const { data, error } = await useSanctumFetch<CompanyData[]>('/api/companies/sim
density="comfortable" />
<v-btn type="submit" color="success" size="large" block :disabled="!isValid || !form.consent">
Pridať
Uloziť
</v-btn>
</v-form>
</template>