Skip to content

Commit ebb09e7

Browse files
new approach for setting data
1 parent 098a10d commit ebb09e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/data.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ impl<'a> Data<'a> {
3232
pub fn new(state: Arc<Mutex<AppState>>) -> Self {
3333
Data { command_tx: None, config: Config::default(), scrollable: Scrollable::default(), state }
3434
}
35+
36+
pub fn set_data() {
37+
// TODO
38+
}
3539
}
3640

3741
impl<'a> Component for Data<'a> {

0 commit comments

Comments
 (0)