fix: replacing jira importer image (#2685)
This commit is contained in:
parent
4de64f112f
commit
040563d148
6 changed files with 25 additions and 25 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// services images
|
||||
import GithubLogo from "public/services/github.png";
|
||||
import JiraLogo from "public/services/jira.png";
|
||||
import JiraLogo from "public/services/jira.svg";
|
||||
import CSVLogo from "public/services/csv.svg";
|
||||
import ExcelLogo from "public/services/excel.svg";
|
||||
import JSONLogo from "public/services/json.svg";
|
||||
|
|
@ -28,7 +28,7 @@ export const USER_ROLES = [
|
|||
{ value: "Other", label: "Other" },
|
||||
];
|
||||
|
||||
export const IMPORTERS_EXPORTERS_LIST = [
|
||||
export const IMPORTERS_LIST = [
|
||||
{
|
||||
provider: "github",
|
||||
type: "import",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue