Skip to content

Commit 7467f4d

Browse files
committed
fix(dref-export): add scope and scale for response type dref
1 parent 76a8be0 commit 7467f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/views/DrefApplicationExport/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ export function Component() {
393393

394394
const eventDescriptionDefined = (type_of_dref !== DREF_TYPE_IMMINENT || !is_dref_imminent_v2)
395395
&& isTruthyString(event_description?.trim());
396-
const eventScopeDefined = (type_of_dref === DREF_TYPE_RESPONSE && !!is_dref_imminent_v2)
396+
const eventScopeDefined = type_of_dref === DREF_TYPE_RESPONSE
397397
&& isTruthyString(event_scope?.trim());
398398
const sourceInformationDefined = isDefined(source_information)
399399
&& source_information.length > 0;

0 commit comments

Comments
 (0)