We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a40a62 commit fa12be2Copy full SHA for fa12be2
1 file changed
rs-matter/src/fabric.rs
@@ -586,6 +586,8 @@ impl FabricMgr {
586
.push_str(label)
587
.map_err(|_| ErrorCode::NoSpace)?;
588
589
+ self.changed = true;
590
+
591
Ok(())
592
}
593
@@ -599,6 +601,8 @@ impl FabricMgr {
599
601
600
602
self.fabrics.retain(|fabric| fabric.fab_idx != fab_idx);
603
604
605
606
607
608
0 commit comments