Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Aug 18, 2021
1 parent edfb1cf commit c9eccfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export function mkMetaValidator(schema?: JsonSchema) {
}
}

// validate: FF.FieldValidator<$TSFixMe>
export type MetaValidator = ReturnType<typeof mkMetaValidator>

interface FieldProps {
Expand Down
2 changes: 1 addition & 1 deletion catalog/app/containers/Bucket/PackageUpdateDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function usePackageUpdateDialog({
resetFiles: 'Undo changes',
submit: 'Push',
successBrowse: 'Browse',
successTitle: 'Package created', // TODO: package revision created?
successTitle: 'Push complete',
successRenderMessage: ({ packageLink }) => (
<>Package revision {packageLink} successfully created</>
),
Expand Down

0 comments on commit c9eccfd

Please sign in to comment.