This website works better with JavaScript.
首頁
探索
說明
登入
wayne.lee
/
tsms
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
2
Wiki
Activity
瀏覽代碼
no newline
pull/10/head
MSI\2Fi
5 月之前
父節點
1dfaf4dd4f
當前提交
7da05b4019
共有
4 個文件被更改
,包括
4 次插入
和
4 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/TimesheetAmendment/TimesheetAmendment.tsx
+1
-1
src/components/TimesheetAmendment/TimesheetAmendmentModal.tsx
+1
-1
src/components/UserWorkspacePage/UserWorkspacePage.tsx
+1
-1
src/components/UserWorkspacePage/UserWorkspaceWrapper.tsx
+ 1
- 1
src/components/TimesheetAmendment/TimesheetAmendment.tsx
查看文件
@@ -512,4 +512,4 @@ const TimesheetAmendment: React.FC<Props> = ({
);
};
export default TimesheetAmendment;
export default TimesheetAmendment;
+ 1
- 1
src/components/TimesheetAmendment/TimesheetAmendmentModal.tsx
查看文件
@@ -82,4 +82,4 @@ export const TimesheetAmendmentModal: React.FC<Props> = ({
</Card>
</Modal>
);
};
};
+ 1
- 1
src/components/UserWorkspacePage/UserWorkspacePage.tsx
查看文件
@@ -248,4 +248,4 @@ const UserWorkspacePage: React.FC<Props> = ({
);
};
export default UserWorkspacePage;
export default UserWorkspacePage;
+ 1
- 1
src/components/UserWorkspacePage/UserWorkspaceWrapper.tsx
查看文件
@@ -89,4 +89,4 @@ const UserWorkspaceWrapper: React.FC = async () => {
);
};
export default UserWorkspaceWrapper;
export default UserWorkspaceWrapper;
Write
Preview
Loading…
取消
儲存