auto-sync: 2026-05-20 13:20:41

This commit is contained in:
cfdaily
2026-05-20 13:20:41 +08:00
parent 9e2df87934
commit e1cf162272
+1 -1
View File
@@ -416,7 +416,7 @@ export default function EdictBoard() {
<div style={{ display: 'flex', alignItems: 'center', gap: 6, marginBottom: 8 }}>
<select
value={selectedProjectId || ''}
onChange={(e) => setSelectedProjectId(e.target.value || null)}
onChange={(e) => setSelectedProjectId(e.target.value || '')}
style={{
fontSize: 11, padding: '3px 8px', borderRadius: 6,
border: '1px solid var(--line)', background: 'var(--panel)',