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 */
|
/** @internal */
|
||||||
// @TODO update return type
|
export const getActionsDefaultField = (dataLinks: DataLink[] = [], actions: Action[] = []): Field => {
|
||||||
export const getActionsDefaultField = (dataLinks: DataLink[] = [], actions: Action[] = []) => {
|
|
||||||
return {
|
return {
|
||||||
name: 'Default field',
|
name: 'Default field',
|
||||||
type: FieldType.string,
|
type: FieldType.string,
|
||||||
|
|||||||
Reference in New Issue
Block a user