upd: dokumen divisi

Deskripsi;
- ui modal salin dan pindah file
- button on bottom

No Issues
This commit is contained in:
amel
2025-03-21 11:46:38 +08:00
parent e47695a128
commit 69248290ff
6 changed files with 96 additions and 8 deletions

View File

@@ -44,7 +44,9 @@ export default function ModalSelectMultiple({ open, close, title, category, choo
<></>
}
</View>
<ButtonForm text="Simpan" onPress={() => { onSelect([{ val: 'dinas', label: 'Dinas' }]) }} />
<View style={[Styles.absolute0, { width: '100%' }]}>
<ButtonForm text="Simpan" onPress={() => { onSelect([{ val: 'dinas', label: 'Dinas' }]) }} />
</View>
</DrawerBottom>
)
}