8000 small fix · vishal-coder/CRM_frontend@988f634 · GitHub
[go: up one dir, main page]

Skip to content

Commit 988f634

Browse files
committed
small fix
1 parent 141a2dd commit 988f634

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

public/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
/>
2020
<link rel="preconnect" href="https://fonts.googleapis.com" />
2121
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
22-
<link
23-
href="https://fonts.googleapis.com/css2?family=Noto+Serif+Georgian:wght@200;;400;500;700&display=swap"
24-
rel="stylesheet"
25-
/>
22+
2623
<link rel="preconnect" href="https://fonts.googleapis.com" />
2724
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
2825
<link
@@ -34,7 +31,7 @@
3431
margin: 0;
3532
}
3633
</style>
37-
<title>React</title>
34+
<title>EasyCRM</title>
3835
</head>
3936
<body>
4037
<noscript>You need to enable JavaScript to run this app.</noscript>

src/components/ServiceDashboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function UserDashboard() {
8686
label: "Pririty",
8787
options: {
8888
filter: true,
89-
sort: false,
89+
sort: true,
9090
},
9191
},
9292
{
@@ -106,7 +106,7 @@ function UserDashboard() {
106106
label: "Status",
107107
options: {
108108
filter: true,
109-
sort: false,
109+
sort: true,
110110
customBodyRender: (value, tableMeta, updateValue) => {
111111
return value === "Closed" ? (
112112
value

0 commit comments

Comments
 (0)
0