File tree Expand file tree Collapse file tree 2 files changed +0
-166
lines changed Expand file tree Collapse file tree 2 files changed +0
-166
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -142,24 +142,6 @@ export const missingUserInput = (
142142 message : `Missing user input: ${ reason } ` ,
143143} )
144144
145- export const pinnedItemFailure = (
146- error : string ,
147- failureType : string
148- ) : Notification => ( {
149- ...defaultErrorNotification ,
150- icon : IconFont . Star ,
151- message : `Failed to ${ failureType } pinned item: ${ error } ` ,
152- } )
153-
154- export const pinnedItemSuccess = (
155- pinItemType : string ,
156- pinAction : string
157- ) : Notification => ( {
158- ...defaultSuccessNotification ,
159- icon : IconFont . Star ,
160- message : `Successfully ${ pinAction } pinned ${ pinItemType } to homepage` ,
161- } )
162-
163145export const autoRefreshTimeoutSuccess = ( time ?: string ) : Notification => ( {
164146 ...defaultSuccessNotification ,
165147 duration : INDEFINITE ,
You can’t perform that action at this time.
0 commit comments