Add execute function to context menu actions
[arvados.git] / src / views-components / context-menu / action-sets / empty-action-set.ts
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 import { ContextMenuActionSet } from "../context-menu-action-set";
6
7 export const emptyActionSet: ContextMenuActionSet  = [];
8