mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Don't show delete card if message is processing
This commit is contained in:
committed by
Torsten Dittmann
parent
d6130d1198
commit
e436c19c99
@@ -112,5 +112,7 @@
|
||||
{/if}
|
||||
<Topics topics={Object.values(data.topicsById)} />
|
||||
<Targets targets={Object.values(data.targetsById)} usersById={data.usersById} />
|
||||
<Delete />
|
||||
{#if $message.status !== MessageType.Processing}
|
||||
<Delete message={$message} />
|
||||
{/if}
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user