fix : add column keterangan and remove required tindakan
This commit is contained in:
@@ -173,10 +173,10 @@ export const usePendaftaranStore = defineStore('pendaftaran', {
|
||||
}
|
||||
|
||||
// Validate tindakan items - must have at least 1
|
||||
if (this.tindakanItems.length === 0) {
|
||||
errors.push('Tindakan (minimal 1 tindakan harus diisi)');
|
||||
if (!firstErrorField) firstErrorField = 'tindakan';
|
||||
}
|
||||
// if (this.tindakanItems.length === 0) {
|
||||
// errors.push('Tindakan (minimal 1 tindakan harus diisi)');
|
||||
// if (!firstErrorField) firstErrorField = 'tindakan';
|
||||
// }
|
||||
|
||||
// Validate rencanaOperasiData
|
||||
if (!this.rencanaOperasiData.spesialis) {
|
||||
|
||||
Reference in New Issue
Block a user