Skip to content

Fix prop type error in spec

Simon Knox requested to merge psimyn-master-patch-45507 into master

What does this MR do and why?

Fix warning from spec:

 console.error
    [Vue warn]: Invalid prop: type check failed for prop "namespaceId". Expected String with value "1", got Number with value 1.
    
    found in
    
    ---> <StatisticsSeatsCard>
           <SubscriptionSeats>

Merge request reports