(&mut self, index: usize, cx: &mut Context<Self>)
| 76 | self.rows.push(MultipartFormRow { |
| 77 | key_input, |
| 78 | value_input, |
| 79 | file_path: None, |
| 80 | enabled: true, |
| 81 | }); |
| 82 | |
| 83 | cx.notify(); |
| 84 | } |
| 85 | |
| 86 | pub fn remove_row(&mut self, index: usize, cx: &mut Context<Self>) { |