chore: reworking some thigns

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-06-11 10:33:10 +02:00
parent 969c6750af
commit 359a118902
6 changed files with 60 additions and 58 deletions
+1 -4
View File
@@ -37,10 +37,7 @@ export const Router = () => {
.selectByComponentData({
key: FIELD_EXTENSION_WRAPPER_KEY,
})
.select({
key: FIELD_EXTENSION_WRAPPER_KEY,
})
.getComponentData<FieldExtensionOptions>({
.findComponentData<FieldExtensionOptions>({
key: FIELD_EXTENSION_KEY,
}),
);