本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
Neca
/
HRCenter
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
1
版本發佈
0
Wiki
活動
標籤
里程碑
建立合併請求
#192
Duration field in Status dialog edited
開啟中
arman.becirovic
請求將 1 次程式碼提交從
edit_DurationField_StatusDialog
合併至
FE_dev
對話內容
0
程式碼提交
1
檔案變動
1
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
分割檢視
顯示文件統計
1
1
src/components/MUI/StatusDialog.js
+ 1
- 1
src/components/MUI/StatusDialog.js
查看文件
@@ -70,7 +70,7 @@ const StatusDialog = ({
setSelected("");
setValue(null);
setSelectedScreeningTest("");
setDuration(
0
);
setDuration(
48
);
}, [onClose]);
useEffect(() => {
Write
Preview
Loading…
取消
儲存