Skip to content

Commit

Permalink
feat(app-bridge): adding ability to open a fast-add page as well as a…
Browse files Browse the repository at this point in the history
…n… (#495)
  • Loading branch information
johnsully83 authored and jgodi committed Jun 29, 2017
1 parent 16f1957 commit 673edcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/app-bridge/AppBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export enum AppBridgeHandler {
UPDATE
}

export type NovoApps = 'record' | 'add';
export type NovoApps = 'record' | 'add' | 'fast-add';
export interface IAppBridgeOpenEvent {
type: NovoApps;
entityType: string;
Expand Down

0 comments on commit 673edcb

Please sign in to comment.