Merge "Don't show container in list new storage" into main

This commit is contained in:
Treehugger Robot
2024-09-04 19:24:25 +00:00
committed by Gerrit Code Review

View File

@@ -62,7 +62,7 @@ fn convert(msg: ProtoFlagQueryReturnMessage) -> Result<Flag> {
permission,
value_picked_from,
staged_value,
container: msg.container.ok_or(anyhow!("missing container"))?,
container: "-".to_string(),
// TODO: remove once DeviceConfig is not in the CLI.
namespace: "-".to_string(),