You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2021/12/10 16:35:10 UTC

[beam] branch master updated: [BEAM-13426] clear log and output panels on example change

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new dd0edba  [BEAM-13426] clear log and output panels on example change
     new 62ca2b9  Merge pull request #16182 from [BEAM-13426] [Bugfix] [Playground] clear log and output panels on example change
dd0edba is described below

commit dd0edba1967d1dcf3eaf1de09d720499b3194e4c
Author: Aydar Farrakhov <st...@gmail.com>
AuthorDate: Thu Dec 9 12:23:58 2021 +0300

    [BEAM-13426] clear log and output panels on example change
---
 playground/frontend/lib/pages/playground/states/playground_state.dart | 1 +
 1 file changed, 1 insertion(+)

diff --git a/playground/frontend/lib/pages/playground/states/playground_state.dart b/playground/frontend/lib/pages/playground/states/playground_state.dart
index 5795eaa8..db276d3 100644
--- a/playground/frontend/lib/pages/playground/states/playground_state.dart
+++ b/playground/frontend/lib/pages/playground/states/playground_state.dart
@@ -73,6 +73,7 @@ class PlaygroundState with ChangeNotifier {
     _selectedExample = example;
     _pipelineOptions = example.pipelineOptions ?? '';
     _source = example.source ?? '';
+    _result = null;
     notifyListeners();
   }