Skip to content

Commit

Permalink
Addresses Final Round of Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gbdubs committed Oct 12, 2023
1 parent 0223c09 commit cc5ae04
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 553 deletions.
9 changes: 0 additions & 9 deletions frontend/lib/editor/initiative.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,3 @@ export const initiativeEditor = (i: Initiative): EditorComputedValues<Initiative
return getEditorComputedValues(
'lib/editor/initiative', i, createEditorInitiative)
}

interface Example {
a: string
b: string | undefined
c?: string
d?: string | undefined
}

export type ExampleEditor = EditorFieldsFor<Example>
Loading

0 comments on commit cc5ae04

Please sign in to comment.