Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Inthirakumaaran <[email protected]>
  • Loading branch information
sumedhe and Inthirakumaaran authored Jul 30, 2021
1 parent 64ab1b5 commit 1994f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Field, Form } from "@wso2is/form";
import React, { FunctionComponent, ReactElement } from "react";
import { useTranslation } from "react-i18next";
import { applicationConfig } from "../../../../extensions";
import {AdvancedConfigurationsInterface, ApplicationTemplateListItemInterface} from "../../models";
import { AdvancedConfigurationsInterface, ApplicationTemplateListItemInterface } from "../../models";
import SAMLWebApplicationTemplate
from "../../data/application-templates/templates/saml-web-application/saml-web-application.json";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { useTranslation } from "react-i18next";
import { useDispatch, useSelector } from "react-redux";
import { AppState, FeatureConfigInterface } from "../../../core";
import { updateApplicationConfigurations } from "../../api";
import {AdvancedConfigurationsInterface, ApplicationTemplateListItemInterface} from "../../models";
import { AdvancedConfigurationsInterface, ApplicationTemplateListItemInterface } from "../../models";
import { AdvancedConfigurationsForm } from "../forms";

/**
Expand Down

0 comments on commit 1994f0e

Please sign in to comment.