Fixed 250 padding bottom jusko lord damn thicc & added public toggle to editnote

This commit is contained in:
Keannu Christian Bernasol 2023-04-16 19:41:13 +08:00
parent 3ee11b888a
commit 2559c72cd9
5 changed files with 109 additions and 53 deletions

View file

@ -65,4 +65,5 @@ export interface UpdateNoteParams {
id: number;
title: string;
content: string;
public: boolean;
}