forked from baron/baron-sso
92e607aee8 기준 code check 오류 수정
This commit is contained in:
@@ -14,6 +14,7 @@ unknown_error = "unknown error"
|
||||
actions = "Actions"
|
||||
add = "Add"
|
||||
all = "All"
|
||||
apply = "Apply"
|
||||
admin_only = "Admin Only"
|
||||
apply = "Apply"
|
||||
approve = "Approve"
|
||||
|
||||
@@ -14,6 +14,7 @@ unknown_error = "알 수 없는 오류"
|
||||
actions = "액션"
|
||||
add = "추가"
|
||||
all = "전체"
|
||||
apply = "적용"
|
||||
admin_only = "관리자 전용"
|
||||
apply = "적용"
|
||||
approve = "승인"
|
||||
|
||||
@@ -14,6 +14,7 @@ unknown_error = ""
|
||||
actions = ""
|
||||
add = ""
|
||||
all = ""
|
||||
apply = ""
|
||||
admin_only = ""
|
||||
apply = ""
|
||||
approve = ""
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export const commonTableWrapperClass = "relative w-full overflow-auto";
|
||||
export const commonTableWrapperClass = "relative w-full";
|
||||
export const commonTableClass = "w-full caption-bottom text-sm";
|
||||
export const commonTableHeaderClass = "[&_tr]:border-b";
|
||||
export const commonTableBodyClass = "[&_tr:last-child]:border-0";
|
||||
|
||||
Reference in New Issue
Block a user