Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2135f53d

Přidáno uživatelem Fantič před téměř 2 roky(ů)

re #10678: ItemNotes refactor NoteListView

Zobrazit rozdíly:

src/stores/actions/notesThunks.ts
32 32
    "notes/createNote",
33 33
    async ({ newNote }: { newNote: Note}) => {
34 34
        try {
35

  
35
            console.log(newNote.note);
36 36
            const response = await createNoteRequest(newNote);
37 37
            console.log(response);
38 38
            if (response.status === 201) {

Také k dispozici: Unified diff