File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 19
19
/>
20
20
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
21
21
< 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
+
26
23
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
27
24
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
28
25
< link
34
31
margin : 0 ;
35
32
}
36
33
</ style >
37
- < title > React </ title >
34
+ < title > EasyCRM </ title >
38
35
</ head >
39
36
< body >
40
37
< noscript > You need to enable JavaScript to run this app.</ noscript >
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ function UserDashboard() {
86
86
label : "Pririty" ,
87
87
options : {
88
88
filter : true ,
89
- sort : false ,
89
+ sort : true ,
90
90
} ,
91
91
} ,
92
92
{
@@ -106,7 +106,7 @@ function UserDashboard() {
106
106
label : "Status" ,
107
107
options : {
108
108
filter : true ,
109
- sort : false ,
109
+ sort : true ,
110
110
customBodyRender : ( value , tableMeta , updateValue ) => {
111
111
return value === "Closed" ? (
112
112
value
You can’t perform that action at this time.
0 commit comments