Let there be const
This commit is contained in:
@@ -6,7 +6,7 @@ interface DisplayStatus {
|
|||||||
color: InterfaceColor;
|
color: InterfaceColor;
|
||||||
key: string;
|
key: string;
|
||||||
}
|
}
|
||||||
var userStates: DisplayStatus[] = [
|
const userStates: DisplayStatus[] = [
|
||||||
{ "key": "All", color:"positive", look: "secondary" } ,
|
{ "key": "All", color:"positive", look: "secondary" } ,
|
||||||
{ "key": "Active", "color": "positive", look: "primary" },
|
{ "key": "Active", "color": "positive", look: "primary" },
|
||||||
{ "key": "Disabled", "color": "danger", look: "primary" },
|
{ "key": "Disabled", "color": "danger", look: "primary" },
|
||||||
|
|||||||
Reference in New Issue
Block a user