Fix: Port fix from hosted

This commit is contained in:
Tom Moor
2020-06-22 22:00:40 -07:00
committed by GitHub
parent 9be5597f4b
commit ce2f69342c

View File

@@ -49,7 +49,7 @@ class CollectionDelete extends React.Component<Props> {
<strong>{collection.name}</strong> collection is permanent and will
also delete all of the documents within it, so be extra careful.
</HelpText>
<Button type="submit" danger>
<Button type="submit" disabled={this.isDeleting} danger>
{this.isDeleting ? "Deleting…" : "Im sure  Delete"}
</Button>
</form>