From cdb140b96832497bcf526614bbadcd1988fb2182 Mon Sep 17 00:00:00 2001 From: alwx Date: Tue, 13 Oct 2020 12:23:41 +0200 Subject: [PATCH 1/2] Fix download button in docs --- docs/themes/theme-custom/theme/Prototyper/download-button.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/themes/theme-custom/theme/Prototyper/download-button.jsx b/docs/themes/theme-custom/theme/Prototyper/download-button.jsx index 236590da1311..5f9e5bfafae2 100644 --- a/docs/themes/theme-custom/theme/Prototyper/download-button.jsx +++ b/docs/themes/theme-custom/theme/Prototyper/download-button.jsx @@ -9,7 +9,7 @@ const DownloadButton = (props) => { return ( Download project From 9d36d5d4ed296da226479b6aed7fa366e4d48473 Mon Sep 17 00:00:00 2001 From: alwx Date: Tue, 13 Oct 2020 12:47:14 +0200 Subject: [PATCH 2/2] Changelog entry --- changelog/7001.bugfix.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/7001.bugfix.md diff --git a/changelog/7001.bugfix.md b/changelog/7001.bugfix.md new file mode 100644 index 000000000000..9994c3276af4 --- /dev/null +++ b/changelog/7001.bugfix.md @@ -0,0 +1 @@ +Update Rasa Playground "Download" button to work correctly depending on the current chat state. \ No newline at end of file