Deskripsi:
- edit position
- delete position

No Issues
This commit is contained in:
amel
2025-05-02 11:13:44 +08:00
parent 6fed63f630
commit 3379ea736c
4 changed files with 95 additions and 32 deletions

View File

@@ -151,6 +151,7 @@ export default function RootLayout() {
onChange={(value) => { validationForm(value, 'name') }}
error={error.name}
errorText="Nama jabatan harus diisi"
value={dataForm.name}
/>
</View>
<View style={Styles.mb30}>