mirror of
https://github.com/balzack/databag.git
synced 2025-04-23 10:05:19 +00:00
added loading indicator for delete
This commit is contained in:
parent
15960fa5ac
commit
b259f11155
@ -130,7 +130,7 @@ export function Message({ topic, card, profile, host, select, selected }: { topi
|
||||
</Surface>
|
||||
)}
|
||||
<Divider style={styles.border} />
|
||||
<Confirm show={confirmShow} params={confirmParams} />
|
||||
<Confirm show={confirmShow} busy={removing} params={confirmParams} />
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user