feat: show saved indicator for upload options

This commit is contained in:
diced
2023-07-18 21:23:04 -07:00
parent 1799dfaa5e
commit 5f295924b9
2 changed files with 65 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ model User {
password String?
avatar String?
token String @unique
role Role @default(USER)
role Role @default(USER)
files File[]
urls Url[]