Skip to content

Commit fcfe01b

Browse files
style(demo employees constants): change SERVICE_NAME value
1 parent b2ae2c0 commit fcfe01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Demos/Employees/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const TABLE_HEADERS = [
99
{ id: 'employee2', key: 'employee2', label: 'Collaborateur 2', field: 'employee2' },
1010
];
1111

12-
export const SERVICE_NAME = 'requests';
12+
export const SERVICE_NAME = 'employees';
1313

1414
export const TABLE_DATA = [
1515
{

0 commit comments

Comments
 (0)