Skip to content

Commit d039a60

Browse files
authored
Merge pull request #734 from CenterForOpenScience/fix-update-FE-for-NR
feat(enums): update enum for notification refactor node settings page
2 parents 95a1cbc + 111bfc1 commit d039a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export enum SubscriptionFrequency {
22
Never = 'none',
33
Daily = 'daily',
4-
Instant = 'instant',
4+
Instant = 'instantly',
55
}

0 commit comments

Comments
 (0)