File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
lib/server/api/routes/groups Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,6 @@ export const misc = new Elysia()
109
109
}
110
110
} )
111
111
. get ( "/export" , async ( { locals } ) => {
112
- throw new Error ( "Disabled temporarily" ) ;
113
-
114
112
if ( ! locals . user ) {
115
113
throw new Error ( "Not logged in" ) ;
116
114
}
Original file line number Diff line number Diff line change 98
98
<span class =" text-nowrap" >please stay tuned...</span >
99
99
</p >
100
100
101
- <!-- < div class="mt-6 flex flex-col items-center space-y-4 text-center">
101
+ <div class =" mt-6 flex flex-col items-center space-y-4 text-center" >
102
102
{#if data .nextExport !== Infinity }
103
103
{#if seconds <= 0 }
104
104
<button
143
143
</a >
144
144
<p class =" text-sm text-gray-500 dark:text-gray-400" >to export your existing data.</p >
145
145
{/if }
146
- </div> -->
146
+ </div >
147
147
<a
148
148
class =" mt-10"
149
149
href =" https://huggingface.co/spaces/huggingchat/chat-ui/discussions/747"
You can’t perform that action at this time.
0 commit comments