mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-09 18:18:50 +02:00
feat(frontend): preview tab (#11475)
This commit is contained in:
@@ -105,7 +105,7 @@ function Note({
|
||||
const addNote = useCallback(() => {
|
||||
setScript({
|
||||
...script,
|
||||
notes: [...script.notes, { text: "", type: "" }],
|
||||
notes: [...script.notes, { text: "", type: "info" }],
|
||||
});
|
||||
}, [script, setScript]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user