From df3bd8a471aa7e329e6cba42916496f7973c55a0 Mon Sep 17 00:00:00 2001 From: James Snow Date: Tue, 9 Nov 2021 08:49:06 -0600 Subject: [PATCH] Fix typo in ClearWebView directive (#49) --- webex_skills/dialogue/responses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webex_skills/dialogue/responses.py b/webex_skills/dialogue/responses.py index c549763..42bf770 100644 --- a/webex_skills/dialogue/responses.py +++ b/webex_skills/dialogue/responses.py @@ -63,7 +63,7 @@ def __init__(self, url: str, title: Optional[str]): class ClearWebView(ActionDirective): - name: str = 'display-web-view' + name: str = 'clear-web-view' class UIHint(ViewDirective):