Fix: Update return type for getActionsDefaultField to Field. (#110347)
This commit is contained in:
@@ -150,8 +150,7 @@ export const buildActionRequest = (action: Action, replaceVariables: Interpolate
|
||||
};
|
||||
|
||||
/** @internal */
|
||||
// @TODO update return type
|
||||
export const getActionsDefaultField = (dataLinks: DataLink[] = [], actions: Action[] = []) => {
|
||||
export const getActionsDefaultField = (dataLinks: DataLink[] = [], actions: Action[] = []): Field => {
|
||||
return {
|
||||
name: 'Default field',
|
||||
type: FieldType.string,
|
||||
|
||||
Reference in New Issue
Block a user