DynamicTable: Fix RelationSingle test prop-types

This commit is contained in:
Gustav Hansen 2022-08-23 13:21:45 +02:00
parent f4c6a953bf
commit 2d2b721d58
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ exports[`DynamicTabe / Cellcontent / RelationSingle renders and matches the snap
<span
class="c0 c1"
>
1
</span>
<div
class="c2"

View File

@ -15,7 +15,7 @@ const DEFAULT_PROPS_FIXTURE = {
},
},
value: {
count: 1,
name: 1,
},
};