Add preview and disable buttons for nodes (#905)

* Add preview and disable button

* Fix tests

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0HyperCube 2022-12-25 10:28:18 +00:00 committed by Keavon Chambers
parent 41b07ad0cf
commit 8d7e6c530e
10 changed files with 196 additions and 49 deletions

View file

@ -87,6 +87,7 @@ mod tests {
]
.into_iter()
.collect(),
..Default::default()
}
}
@ -110,6 +111,7 @@ mod tests {
)]
.into_iter()
.collect(),
..Default::default()
};
use crate::executor::DynamicExecutor;