mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: Removing the invalid self-assignment
This commit is contained in:
@@ -61,7 +61,6 @@
|
||||
const localQueries = queryParamToMap(paramQueries || '[]');
|
||||
const localTags = Array.from(localQueries.keys());
|
||||
setFilters(localTags, filterCols, $columns);
|
||||
filterCols = filterCols;
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<ResponsiveContainerHeader
|
||||
hasSearch
|
||||
{columns}
|
||||
bind:view={data.view}
|
||||
view={data.view}
|
||||
searchPlaceholder="Search by name or ID">
|
||||
{#if $canWriteDatabases}
|
||||
<Tooltip disabled={!isLimited}>
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
hasSearch
|
||||
hasFilters
|
||||
filtersStyle="dropdown"
|
||||
bind:view={data.view}
|
||||
view={data.view}
|
||||
analyticsSource="messaging_messages"
|
||||
searchPlaceholder="Search by description, type, status, or ID">
|
||||
{#if $canWriteMessages}
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<ResponsiveContainerHeader
|
||||
{columns}
|
||||
hasSearch
|
||||
bind:view={data.view}
|
||||
view={data.view}
|
||||
searchPlaceholder="Search by name or ID">
|
||||
{#if $canWriteBuckets}
|
||||
<Tooltip disabled={!isLimited} maxWidth="200px">
|
||||
|
||||
Reference in New Issue
Block a user