mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-02 01:39:21 +00:00
Percentage in Mock wrong
This commit is contained in:
parent
940ccbf7be
commit
a289e84570
@ -33,7 +33,7 @@ export default class MockKanbanService implements ISPKanbanService {
|
||||
name: 'PercentComplete',
|
||||
displayName: strings.PercentComplete,
|
||||
type: KanbanTaskMamagedPropertyType.percent,
|
||||
value: 10*x
|
||||
value: x/10 /* 10/20 30 .. percent */
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user