Delete confirmation box flashes on close
Since the delete confirmation box uses the URL of the asset as a proxy for whether it should be open, when the box closes, the name of the asset disappears to. This should be refactored to have a separate "confirmationRequired" flag in the state which determines the dialog box open state and is cleared by handleDeleteConfirmation but does not touch the URL.