mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2025-05-16 11:28:15 +08:00
Fixed 250 padding bottom jusko lord damn thicc & added public toggle to editnote
This commit is contained in:
parent
3ee11b888a
commit
2559c72cd9
5 changed files with 109 additions and 53 deletions
|
@ -65,4 +65,5 @@ export interface UpdateNoteParams {
|
|||
id: number;
|
||||
title: string;
|
||||
content: string;
|
||||
public: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue