Skip to content

Commit 908fd2f

Browse files
committed
fix: no currentState during process
1 parent 0a493cd commit 908fd2f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

internal/services/cloud/cloud_storage_file.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ import (
2222
var (
2323
shareColumnsToDisplay = []string{
2424
"id",
25-
"currentState.name name",
26-
"currentState.location.region region",
27-
"currentState.protocol type",
28-
"currentState.size size",
29-
"resourceStatus status",
25+
"targetSpec.name name",
26+
"targetSpec.location.region region",
27+
"targetSpec.protocol type",
28+
"targetSpec.size size",
29+
"resourceStatus status",
3030
}
3131
shareNetworkColumnsToDisplay = []string{
3232
"id",

0 commit comments

Comments
 (0)