no longer lose operator profile selection when making other changes to a node

This commit is contained in:
stopflock
2026-02-10 18:28:07 -06:00
parent 2e0dcb1b2b
commit 19b3ca236e
6 changed files with 20 additions and 6 deletions
+1
View File
@@ -448,6 +448,7 @@ class _AddNodeSheetState extends State<AddNodeSheet> {
operatorProfile: result.operatorProfile,
refinedTags: result.refinedTags,
changesetComment: result.changesetComment,
updateOperatorProfile: true,
);
}
}
+1
View File
@@ -503,6 +503,7 @@ class _EditNodeSheetState extends State<EditNodeSheet> {
refinedTags: result.refinedTags,
additionalExistingTags: result.additionalExistingTags,
changesetComment: result.changesetComment,
updateOperatorProfile: true,
);
}
}