ssb: Fix bad escape on the query tab.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&C4r2tB/tzPjPSrS3NRiebaNOP94G4FX80yIg7YN9sBQ=.sha256"
|
"previous": "&YjhLb+AYKqh7vq6OpAJH1BgypJdAbDcqxSduflyMoCo=.sha256"
|
||||||
}
|
}
|
||||||
|
@@ -732,7 +732,7 @@ class TfElement extends LitElement {
|
|||||||
whoami=${this.whoami}
|
whoami=${this.whoami}
|
||||||
.users=${this.users}
|
.users=${this.users}
|
||||||
query=${this.hash?.startsWith('#sql=')
|
query=${this.hash?.startsWith('#sql=')
|
||||||
? decodeURIComponent(this.hash.substring(5))
|
? this.hash.substring(5)
|
||||||
: null}
|
: null}
|
||||||
></tf-tab-query>
|
></tf-tab-query>
|
||||||
`;
|
`;
|
||||||
|
Reference in New Issue
Block a user