Skip to content

Commit 78b6b1a

Browse files
committed
Fix a function type
1 parent 0d52cda commit 78b6b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/js/services/fng-routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ module fng.services {
226226
url += (path[0] === '/' ? path.slice(1) : path);
227227
return url;
228228
},
229-
buildOperationUrl: function (operation: string, modelName: string, formName: string, id: string, tab: string) {
229+
buildOperationUrl: function (operation: string, modelName: string, formName: string, id: string, tab?: string) {
230230
return _buildOperationUrl(config.prefix, operation, modelName, formName, id, tab);
231231
},
232232
redirectTo: function () {

0 commit comments

Comments
 (0)