Create new VSP, onboard from TOSCA file - UI
[sdc.git] / openecomp-ui / src / sdc-app / onboarding / softwareProduct / attachments / SoftwareProductAttachmentsConstants.js
index b0410d1..6726590 100644 (file)
  * or implied. See the License for the specific language governing
  * permissions and limitations under the License.
  */
+import keyMirror from 'nfvo-utils/KeyMirror.js';
+
 export const tabsMapping = {
        SETUP: 1,
        VALIDATION: 2
 };
+
+export const actionTypes = keyMirror({
+       SET_ACTIVE_TAB: null
+});