diff --git a/.changeset/breezy-doors-poke.md b/.changeset/breezy-doors-poke.md new file mode 100644 index 000000000..2ab0274f0 --- /dev/null +++ b/.changeset/breezy-doors-poke.md @@ -0,0 +1,5 @@ +--- +"@knime/hub-features": patch +--- + +Fix inconsistent error toast text when stack trace is provided but copying to clipboard is not allowed diff --git a/packages/hub-features/src/rfcErrors/RFCErrorToastTemplate.vue b/packages/hub-features/src/rfcErrors/RFCErrorToastTemplate.vue index 6af802242..468ce7600 100644 --- a/packages/hub-features/src/rfcErrors/RFCErrorToastTemplate.vue +++ b/packages/hub-features/src/rfcErrors/RFCErrorToastTemplate.vue @@ -102,7 +102,12 @@ const onShowDetailsClicked = () => {
{{ props.title }}
-
@@ -124,11 +129,11 @@ const onShowDetailsClicked = () => {
Date: {{ formattedDate }}
Request id: {{ requestId }}
Error id: {{ errorId }}
-
+
Stacktrace: Part of clipboard text
-